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 |
| 公式URL | 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 |
| Eメール | [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"
}
} | |