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
}
]
} | |