Quick Home Button
Go to home page on current website quickly
Quick Home Buttonとは何ですか?
Quick Home Buttonはdotpower.comによって開発されたChromeの拡張機能で、その主な機能は「Go to home page on current website quickly」です。
拡張機能のスクリーンショット
Quick Home Button拡張機能のCRXファイルをダウンロード
Quick Home Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Quick Home Button |
ID | hnejecidakmfncbfmklegjidgikiilgd |
公式URL | https://chromewebstore.google.com/detail/quick-home-button/hnejecidakmfncbfmklegjidgikiilgd |
説明 | Go to home page on current website quickly |
ファイルサイズ | 8.92 KB |
インストール数 | 3,297 |
現在のバージョン | 1.0 |
最終更新日 | 2016-12-18 |
公開日 | 2016-12-18 |
評価 | 4.43/5 合計 14 レビュー |
開発者 | dotpower.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Home Button", "description": "Go to home page on current website quickly", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "48.png" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |