Top Sites
A new tab that shows your top sites. Inspired by a very old version of Chrome's new tab.
什麼是Top Sites?
Top Sites是由devhl開發的Chrome擴展程式,該擴展的主要功能是“A new tab that shows your top sites. Inspired by a very old version of Chrome's new tab.”。
擴展截圖
下載Top Sites擴展crx文件
下載Top Sites擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Replaces the new tab.
It's like the old new tab, only better.
V1.0.1 - Improved locating the favicon
V1.0.0 - Removes many features that seemed unnecessary
Replaced screenshot of web site with favicon since
the url used to get the screenshot no longer works
V0.4 - Integrates with the Extension Viewer extension.
V0.3 - Changed the name and image.
V0.2 - Small CSS changes
Redesigned more from developer page
V0.1 - First release
Browser image courtesy of https://www.flaticon.com/free-icon/browser_5045810?term=site&page=1&position=3&page=1&position=3&related_id=5045810&origin=search# 擴展基本資訊
| 名稱 | |
| ID | jmhdkoepjdogkklbdildaallfnipblod |
| 官方網址 | https://chromewebstore.google.com/detail/top-sites/jmhdkoepjdogkklbdildaallfnipblod |
| 簡介 | A new tab that shows your top sites. Inspired by a very old version of Chrome's new tab. |
| 檔案大小 | 21.89 KB |
| 安裝次數 | 37 |
| 目前版本 | 1.0.2 |
| 更新時間 | 2023-01-21 |
| 上架時間 | 2014-06-22 |
| 評分 | 3.00/5 共 2 次評分 |
| 開發者 | devhl |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 說明頁面URL | https://github.com/devhl-labs/Chrome.BetterNewTab |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Top Sites",
"version": "1.0.2",
"manifest_version": 2,
"description": "A new tab that shows your top sites. Inspired by a very old version of Chrome's new tab.",
"permissions": [
"topSites"
],
"web_accessible_resources": [
"src\/newtab.js"
],
"chrome_url_overrides": {
"newtab": "src\/newtab.html"
},
"icons": {
"16": "src\/icons\/browser16.png",
"32": "src\/icons\/browser32.png",
"128": "src\/icons\/browser128.png"
}
} | |