All Projects → kulkultech → ngecilin

kulkultech / ngecilin

Licence: other
Chrome Extension to shorten your looooong URL

Programming Languages

javascript
184084 projects - #8 most used programming language
Handlebars
879 projects
SCSS
7915 projects
shell
77523 projects

Projects that are alternatives of or similar to ngecilin

Commandline-Games-hacktoberfest
A repository to share command line games. An opportunity to start and learn about open source code contributions flow.
Stars: ✭ 16 (-30.43%)
Mutual labels:  hacktoberfest2020
o-fish-web
Web application for the Officer's Fishery Information Sharing Hub (O-FISH). The web app allows agencies to gain insights from the aggregated information gathered during a routine vessel inspection (submitted via the web app).
Stars: ✭ 29 (+26.09%)
Mutual labels:  hacktoberfest2020
defundthepolice
Defund The Police
Stars: ✭ 21 (-8.7%)
Mutual labels:  hacktoberfest2020
Login-Register-FlutterApp
Login Register Auth App by Delicia Fernandes using Google and Facebook sign in.
Stars: ✭ 87 (+278.26%)
Mutual labels:  hacktoberfest2020
Software-Development-Pakistan.github.io
Github Repository for softdevpk.com
Stars: ✭ 17 (-26.09%)
Mutual labels:  hacktoberfest2020
hacktoberfest
Fork and Create a Pull Request
Stars: ✭ 13 (-43.48%)
Mutual labels:  hacktoberfest2020
J.A.R.V.I.S
Just A Rather Very Intelligent System
Stars: ✭ 36 (+56.52%)
Mutual labels:  hacktoberfest2020
companies-on-blm
We are collecting corporate statements in response to racial injustice, along with Diversity/Inclusion reports and ICE contract information. We have several issues for requested companies, please feel free to add more!
Stars: ✭ 21 (-8.7%)
Mutual labels:  hacktoberfest2020
fd-vue-webapp
A Vue.js web application for Freedomotic Open IoT framework
Stars: ✭ 63 (+173.91%)
Mutual labels:  hacktoberfest2020
Learning-Resources
Learning resources for newbies.
Stars: ✭ 20 (-13.04%)
Mutual labels:  hacktoberfest2020
frontatish
A React native common components kit and helper methods,find the package at this link https://www.npmjs.com/package/frontatish
Stars: ✭ 14 (-39.13%)
Mutual labels:  hacktoberfest2020
super-scripts
😎 super automation scripts written by humans
Stars: ✭ 63 (+173.91%)
Mutual labels:  hacktoberfest2020
hacktoberfest 2021
Solve the given questions, and submit a PR.💬 Make sure you submit the solution in the correct folder. ✔
Stars: ✭ 44 (+91.3%)
Mutual labels:  hacktoberfest2020
pola-ios
Pola pomoże Ci odnaleźć polskie wyroby. Zabierając Polę na zakupy odnajdujesz produkty “z duszą” i wspierasz polską gospodarkę.
Stars: ✭ 17 (-26.09%)
Mutual labels:  hacktoberfest2020
SoundTouch-Chrome-Extension
📢 💻 SoundTouch Bose Chrome Extension, Display the current playing music, control the Soundtouch and more...
Stars: ✭ 17 (-26.09%)
Mutual labels:  hacktoberfest2020
hello-world-Python
Resoluções de problemas básicos com Python
Stars: ✭ 22 (-4.35%)
Mutual labels:  hacktoberfest2020
node-banner
Easily integrate ASCII flavored banners to your CLI tool
Stars: ✭ 18 (-21.74%)
Mutual labels:  hacktoberfest2020
react-simple-boilerplate
Simple React Boilerplate with Webpack, Github Actions, Scss, Lazy Loading etc....
Stars: ✭ 38 (+65.22%)
Mutual labels:  hacktoberfest2020
simplePythonProgram
No description or website provided.
Stars: ✭ 21 (-8.7%)
Mutual labels:  hacktoberfest2020
Alexa-skills-starters
💻 A collection of super cool Amazon Alexa skills for complete newbies. 💻
Stars: ✭ 24 (+4.35%)
Mutual labels:  hacktoberfest2020

ngecilin

Made in Indonesia Build Status

Chrome Extension to shorten your looooong URL

Screenshot of Ngecilin in action

Getting started

  • Install dependencies

    yarn
    
  • Create manifest.key see manifest docs used to development mode. We've setup a simplified way to do that by using the following command sequentially:

    yarn gen:cert # generate the certificate
    yarn gen:key # generate the key itself
    yarn gen:id # get the actual chrome id
    

    You can learn more about the key generation in this StackOverflow answer.

  • First, copy manifest.key.example to key/manifest.key, to do that you can simply do the following

    yarn dev:setup
    
  • Get your key and paste to key/manifest.key

  • You can build the chrome extension using the following command, and the build will appear in dist folder.

    yarn build
    
  • And then you can register your extension by opening extension url/setting in your Browser.

    • Edge: edge://extensions
    • Chrome: chrome://extensions

    Then you can set your extension setting to developer mode and load unpacked extension from our dist directory.

Installation

Available on chrome store
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].