My Home Button
Add Home button to the Toolbar
My Home Buttonとは何ですか?
My Home Buttonはartによって開発されたChromeの拡張機能で、その主な機能は「Add Home button to the Toolbar」です。
My Home Button拡張機能のCRXファイルをダウンロード
My Home Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | lmnafldoomophgfeegfijmomfghmhhfe |
| 公式URL | https://chrome.google.com/webstore/detail/my-home-button/lmnafldoomophgfeegfijmomfghmhhfe |
| 説明 | Add Home button to the Toolbar |
| ファイルサイズ | 19.16 KB |
| インストール数 | 112 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2015-07-30 |
| 公開日 | 2015-07-30 |
| 評価 | 3.60/5 合計 5 レビュー |
| 開発者 | art |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"128": "icon_128.png",
"48": "icon_48.png",
"32": "icon_32.png",
"16": "icon_16.png"
},
"default_title": "Home"
},
"icons": {
"128": "icon_128.png",
"16": "icon_16.png",
"32": "icon_32.png",
"48": "icon_48.png"
},
"manifest_version": 2,
"name": "My Home Button",
"description": "Add Home button to the Toolbar",
"permissions": [
"tabs"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.0"
} | |