https://github.com/jonathangiles/java.ms-url-shortener-chrome-extension
https://github.com/jonathangiles/java.ms-url-shortener-chrome-extension
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonathangiles/java.ms-url-shortener-chrome-extension
- Owner: JonathanGiles
- License: mit
- Created: 2018-04-04T07:35:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T07:41:26.000Z (over 8 years ago)
- Last Synced: 2025-03-06T03:43:59.579Z (over 1 year ago)
- Language: CSS
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java.ms URL Shortener
## Install the Extension
### Chrome
#### From Package
1. `git clone git@github.com:JonathanGiles/java.ms-url-shortener-chrome-extension.git`
2. In Chrome go to [chrome://extensions](chrome://extensions)
3. Check the "Developer mode" option in the top-right corner
4. Find the version you want of the packaged extension in the folder `/extension` found within the repository
5. Drag the `java-ms-chrome-extension.crx` file to your Chrome window that has the extensions view open
6. Confirm any prompts
#### From Source
1. `git clone git@github.com:JonathanGiles/java.ms-url-shortener-chrome-extension.git`
2. In Chrome go to [chrome://extensions](chrome://extensions)
3. Check the "Developer mode" option in the top-right corner
4. Click the "Load unpacked extension" button
5. Navigate to where you cloned this repo and then choose `/src`
After following these steps you should now see the new extension icon in Chrome.