Snippet Share
Save Text Snippets You Find Around the Web
What is Snippet Share?
Snippet Share is a Chrome extension developed by gpickett00, and its main feature is "Save Text Snippets You Find Around the Web".
Download Snippet Share Extension CRX File
Download Snippet Share extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Share Interesting Text Snippets You Find Around The Web
Extension Basic Information
Name | ![]() |
ID | eehmncbbmmdgplnkmepepjclamgmijch |
Official URL | https://chrome.google.com/webstore/detail/snippet-share/eehmncbbmmdgplnkmepepjclamgmijch |
Description | Save Text Snippets You Find Around the Web |
File Size | 42.66 KB |
Installation Count | 10 |
Current Version | 0.2 |
Last Updated | 2014-12-08 |
Publish Date | 2014-12-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | gpickett00 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snippet Share", "version": "0.2", "manifest_version": 2, "permissions": [ "contextMenus" ], "description": "Save Text Snippets You Find Around the Web", "browser_action": { "default_icon": "images\/icon16.png", "default_title": "Snippets", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/lib\/jquery.min.js", "js\/lib\/meteor-ddp.js", "js\/background.js", "js\/sample.js" ] }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png" } } |