Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morzhanov/chrome-extension-example
Simple Chrome extension example.
https://github.com/morzhanov/chrome-extension-example
chrome chrome-extension css extension html js manifest
Last synced: 5 days ago
JSON representation
Simple Chrome extension example.
- Host: GitHub
- URL: https://github.com/morzhanov/chrome-extension-example
- Owner: morzhanov
- Created: 2018-04-07T09:42:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T10:12:42.000Z (over 6 years ago)
- Last Synced: 2024-11-08T00:52:38.636Z (about 2 months ago)
- Topics: chrome, chrome-extension, css, extension, html, js, manifest
- Language: HTML
- Homepage: https://bit.ly/2GIadQ5
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chrome Extension example
### Simple Chrome extension project.
### Add to your Chrome Extensions:
1. Go to `chrome://extensions/`
2. Press LOAD UNPACKED
3. Select /src folder in file upload dialog window.### Publish on Chrome Web Store:
1. Create .zip archive with /src folder.
2. Go to Chrome Developer console.
3. Click `Add Item`.
4. Upload .zip archive.
5. Edit and save extension.
6. Publish on Web store.