Linki
Turns all things supposed to be links into clickable links.
What is Linki?
Linki is a Chrome extension developed by GrannyCookies, and its main feature is "Turns all things supposed to be links into clickable links.".
Extension Screenshots
Download Linki Extension CRX File
Download Linki 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
Link turns all 'unclickable' links into normal, clickable ones. Designed for scratch.mit.edu - but it should work on any site. By Alex Bates (aka GrannyCookies)
Extension Basic Information
Name | Linki |
ID | flkapddfakppnmgnoncjpblneeojcmdj |
Official URL | https://chromewebstore.google.com/detail/linki/flkapddfakppnmgnoncjpblneeojcmdj |
Description | Turns all things supposed to be links into clickable links. |
File Size | 46.69 KB |
Installation Count | 110 |
Current Version | 1.3 |
Last Updated | 2014-11-10 |
Publish Date | 2014-11-10 |
Rating | 2.60/5 Total 5 Ratings |
Developer | GrannyCookies |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linki", "description": "Turns all things supposed to be links into clickable links.", "version": "1.3", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Run Linki", "default_icon": "48.png" } } |