Site Home
Brings you to the home page of the current site with the click of a button.
Site Homeとは何ですか?
Site HomeはJesse Dunlapによって開発されたChromeの拡張機能で、その主な機能は「Brings you to the home page of the current site with the click of a button.」です。
拡張機能のスクリーンショット
Site Home拡張機能のCRXファイルをダウンロード
Site Home拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Have you ever wished you could get to the home page of a site quickly? Often times, web sites don't make their home page easily or intuitively accessible. With a simple click of the Site Home button, you will be brought to the home URL of the web site you are currently on.
拡張機能の基本情報
名前 | Site Home |
ID | hgonghcngmmgmbmekheklpjonopaocfi |
公式URL | https://chromewebstore.google.com/detail/site-home/hgonghcngmmgmbmekheklpjonopaocfi |
説明 | Brings you to the home page of the current site with the click of a button. |
ファイルサイズ | 10.03 KB |
インストール数 | 102 |
現在のバージョン | 1.0 |
最終更新日 | 2012-06-11 |
公開日 | 2012-06-10 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Jesse Dunlap |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Site Home", "version": "1.0", "manifest_version": 2, "description": "Brings you to the home page of the current site with the click of a button.", "browser_action": { "default_icon": "icon48.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] } } |