TooButtons
Transform every link in a button
什么是TooButtons?
TooButtons是由https://javafactory.altervista.org开发的Chrome扩展程序,该扩展的主要功能是“Transform every link in a button”。
扩展截图
下载TooButtons扩展crx文件
下载TooButtons扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you love buttons?
Now with TooButtons every link in a webpage will be trasformed in a button
Note: this is only a funny extension
Please rate this extension if you like it 扩展基本信息
| 名称 | |
| ID | odmhlbcjhbhpbndooapjapihoipjhdik |
| 官方URL | https://chromewebstore.google.com/detail/toobuttons/odmhlbcjhbhpbndooapjapihoipjhdik |
| 简介 | Transform every link in a button |
| 文件大小 | 38.09 KB |
| 安装次数 | 20 |
| 当前版本 | 0.4 |
| 更新时间 | 2012-07-10 |
| 上架时间 | 2012-07-10 |
| 评分 | 2.71/5 共14次评分 |
| 开发者 | https://javafactory.altervista.org |
| 付费类型 | free |
| 扩展官网 | http://javafactory.altervista.org/chrome.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TooButtons",
"version": "0.4",
"manifest_version": 2,
"description": "Transform every link in a button",
"icons": {
"48": "button48.png",
"128": "button128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*"
],
"js": [
"button.js"
],
"all_frames": true
}
]
} | |