Go To Site Home
Adds a button that takes you to the home page of the current site.
什麼是Go To Site Home?
Go To Site Home是由https://sites.google.com/site/crispy12361開發的Chrome擴展程式,該擴展的主要功能是“Adds a button that takes you to the home page of the current site.”。
擴展截圖
下載Go To Site Home擴展crx文件
下載Go To Site Home擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Go To Site Home provides you with a single click button to navigate you to the home page of the site you are browsing. I found while browsing many sites, that I want to get back to the home page, and usually that means scrolling back to the top, finding the home icon or URL and clicking on it. Not that it is an extremely complicated process, a one click button that is always located in the same spot make it that much easier. Special thanks to http://glyphicons.com/ for the icon used in this extension.
擴展基本資訊
名稱 | Go To Site Home |
ID | fchoedkhpdbbhikaabhddigilolgagki |
官方網址 | https://chromewebstore.google.com/detail/go-to-site-home/fchoedkhpdbbhikaabhddigilolgagki |
簡介 | Adds a button that takes you to the home page of the current site. |
檔案大小 | 4.55 KB |
安裝次數 | 15 |
目前版本 | 1.0.5 |
更新時間 | 2014-07-04 |
上架時間 | 2014-07-03 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://sites.google.com/site/crispy12361 |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Go To Site Home", "short_name": "Go To Site Home", "description": "Adds a button that takes you to the home page of the current site.", "version": "1.0.5", "background": { "scripts": [ "sitehome.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "sitehome.png" }, "manifest_version": 2 } |