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. 擴展基本資訊
| 名稱 | |
| ID | hgonghcngmmgmbmekheklpjonopaocfi |
| 官方網址 | 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"
]
}
} | |