Linki
Turns all things supposed to be links into clickable links.
什么是Linki?
Linki是由GrannyCookies开发的Chrome扩展程序,该扩展的主要功能是“Turns all things supposed to be links into clickable links.”。
扩展截图
下载Linki扩展crx文件
下载Linki扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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) 扩展基本信息
| 名称 | |
| ID | flkapddfakppnmgnoncjpblneeojcmdj |
| 官方URL | https://chromewebstore.google.com/detail/linki/flkapddfakppnmgnoncjpblneeojcmdj |
| 简介 | Turns all things supposed to be links into clickable links. |
| 文件大小 | 46.69 KB |
| 安装次数 | 110 |
| 当前版本 | 1.3 |
| 更新时间 | 2014-11-10 |
| 上架时间 | 2014-11-10 |
| 评分 | 2.60/5 共5次评分 |
| 开发者 | GrannyCookies |
| 付费类型 | free |
| 支持的语言 | 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"
}
} | |