Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kulkultech/ngecilin
Chrome Extension to shorten your looooong URL
https://github.com/kulkultech/ngecilin
chrome-extension hacktoberfest hacktoberfest2020
Last synced: about 1 month ago
JSON representation
Chrome Extension to shorten your looooong URL
- Host: GitHub
- URL: https://github.com/kulkultech/ngecilin
- Owner: kulkultech
- Created: 2020-09-25T11:02:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-11T14:19:29.000Z (over 3 years ago)
- Last Synced: 2024-08-01T21:43:17.544Z (4 months ago)
- Topics: chrome-extension, hacktoberfest, hacktoberfest2020
- Language: JavaScript
- Homepage: https://kul.to/download-ngecilin
- Size: 986 KB
- Stars: 33
- Watchers: 3
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-made-by-indonesian - ngecilin - `Chrome Extension to shorten your looooong URL` *by [Kulkul Technology](https://github.com/kulkultech)* (N)
- made-in-indonesia - ngecilin - `Chrome Extension to shorten your looooong URL` *by [Kulkul Technology](https://github.com/kulkultech)* (N)
README
# ngecilin
[![Made in Indonesia](https://made-in-indonesia.github.io/made-in-indonesia.svg)](https://github.com/made-in-indonesia/made-in-indonesia)
[![Build Status](https://travis-ci.org/kulkultech/ngecilin.svg?branch=master)](https://travis-ci.org/kulkultech/ngecilin)Chrome Extension to shorten your looooong URL
![Screenshot of Ngecilin in action](./docs/screenshot.gif)
## Getting started
- Install dependencies
yarn
- Create `manifest.key` see [manifest docs](https://developer.chrome.com/extensions/manifest/key) 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 idYou can learn more about the key generation in this [StackOverflow answer](https://stackoverflow.com/questions/37317779/making-a-unique-extension-id-and-key-for-chrome-extension).
- 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