Link Sharing
Link sharing resource
What is Link Sharing?
Link Sharing is a Chrome extension developed by Travis Weidenbenner, and its main feature is "Link sharing resource".
Extension Screenshots
Download Link Sharing Extension CRX File
Download Link Sharing 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
What's New? ------------- v1.0.2 -Fixed bug on install page that wouldn't close it or open pics in popup. Description ------------- Link Sharing is a project I made in order to easily share links with friends/colleagues. It is an open source extension. You can find the source on my GitHub: https://github.com/travis-w/Link-Sharing Please give feedback and/or contribute to the code.
Extension Basic Information
Name | |
ID | haehadeohhghodnfohinokocaaellnga |
Official URL | https://chrome.google.com/webstore/detail/link-sharing/haehadeohhghodnfohinokocaaellnga |
Description | Link sharing resource |
File Size | 330 KB |
Installation Count | 44 |
Current Version | 1.0.2 |
Last Updated | 2013-09-14 |
Publish Date | 2013-09-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Travis Weidenbenner |
Payment Type | free |
Extension Website | https://github.com/travis-w/Link-Sharing |
Help Page URL | https://github.com/travis-w/Link-Sharing |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Sharing", "version": "1.0.2", "manifest_version": 2, "description": "Link sharing resource", "browser_action": { "default_icon": "images\/icon19.png", "default_title": "Save Link", "default_popup": "index.html" }, "background": { "page": "background.html" }, "options_page": "install.html", "permissions": [ "notifications", "tabs", "https:\/\/api.cloudmine.me\/*", "https:\/\/*.cloudmine.me\/*", "https:\/\/cloudmine.me\/*" ], "web_accessible_resources": [ "images\/icon19.png" ] } |