Linky Extension
Add new links to Linky.
What is Linky Extension?
Linky Extension is a Chrome extension developed by Samir, and its main feature is "Add new links to Linky.".
Extension Screenshots
Download Linky Extension Extension CRX File
Download Linky Extension 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
Quickly add links to Linky with our Chrome extension.
Extension Basic Information
Name | Linky Extension |
ID | pghdabpagojegpfplckdbnlalpgidikc |
Official URL | https://chromewebstore.google.com/detail/linky-extension/pghdabpagojegpfplckdbnlalpgidikc |
Description | Add new links to Linky. |
File Size | 688 KB |
Installation Count | 1,932 |
Current Version | 1.3 |
Last Updated | 2017-04-20 |
Publish Date | 2017-04-20 |
Rating | 2.33/5 Total 3 Ratings |
Developer | Samir |
Payment Type | free |
Extension Website | http://linky.sboulema.nl |
Help Page URL | https://github.com/sboulema/Linky |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linky Extension", "short_name": "Linky", "description": "Add new links to Linky.", "version": "1.3", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/api.myjson.com\/*" ] } |