Site root
Go to the home page of the current site.
什麼是Site root?
Site root是由baruchlubinsky開發的Chrome擴展程式,該擴展的主要功能是“Go to the home page of the current site.”。
下載Site root擴展crx文件
下載Site root擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Return to the home page of the site you are on. Useful, for example, when you've just read an article and want to see the site its posted in, or instead of pressing back after viewing a picture gallery that modifies the URL.
擴展基本資訊
名稱 | ![]() |
ID | heljngnjdbpcejgbeigbjmdpdafalgkh |
官方網址 | https://chrome.google.com/webstore/detail/site-root/heljngnjdbpcejgbeigbjmdpdafalgkh |
簡介 | Go to the home page of the current site. |
檔案大小 | 21.93 KB |
安裝次數 | 21 |
目前版本 | 1.0 |
更新時間 | 2014-09-05 |
上架時間 | 2014-09-05 |
評分 | 5.00/5 共 1 次評分 |
開發者 | baruchlubinsky |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Site root", "description": "Go to the home page of the current site.", "version": "1.0", "background": { "scripts": [ "action.js" ] }, "permissions": [ "tabs", "webNavigation" ], "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png", "128": "icon128.png" } } } |