Linkable
Provides a permalink to certain webpages.
What is Linkable?
Linkable is a Chrome extension developed by daleyjem, and its main feature is "Provides a permalink to certain webpages.".
Extension Screenshots
Download Linkable Extension CRX File
Download Linkable 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
Parses HTML elements on a page with an id attribute. A hashed URL (i.e. "http://www.site.com/#section") can quickly be copied to the clipboard.
Extension Basic Information
Name | Linkable |
ID | ndnlgncfhnlimohdlfkgadmanpnmpbbe |
Official URL | https://chromewebstore.google.com/detail/linkable/ndnlgncfhnlimohdlfkgadmanpnmpbbe |
Description | Provides a permalink to certain webpages. |
File Size | 10.8 KB |
Installation Count | 330 |
Current Version | 1.0 |
Last Updated | 2016-06-02 |
Publish Date | 2016-06-02 |
Developer | daleyjem |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linkable", "author": "Jeremy Daley", "version": "1.0", "description": "Provides a permalink to certain webpages.", "icons": { "128": "icon.png" }, "browser_action": { "default_title": "Show\/hide linkable items", "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ " |