Bookmarks New Tab
A New Tab replacement that shows the Bookmarks.
Bookmarks New Tabとは何ですか?
Bookmarks New Tabはhttps://sites.google.com/site/warrentteamによって開発されたChromeの拡張機能で、その主な機能は「A New Tab replacement that shows the Bookmarks.」です。
拡張機能のスクリーンショット
Bookmarks New Tab拡張機能のCRXファイルをダウンロード
Bookmarks New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replace the default New Page tab by a Bookmarks tree menu.
Source
https://github.com/madrang/Bookmarks-New-Tab
Disclaimer: May contains links, that once clicked, will open.
This disclaimer was added to comply to TOS regarding use of "Quick links". 拡張機能の基本情報
| 名前 | |
| ID | njfnhkobpepaoogpflmbmiefmnlhkgjn |
| 公式URL | https://chromewebstore.google.com/detail/bookmarks-new-tab/njfnhkobpepaoogpflmbmiefmnlhkgjn |
| 説明 | A New Tab replacement that shows the Bookmarks. |
| ファイルサイズ | 487 KB |
| インストール数 | 447 |
| 現在のバージョン | 0.0.1.1 |
| 最終更新日 | 2021-07-19 |
| 公開日 | 2012-10-31 |
| 評価 | 4.69/5 合計 13 レビュー |
| 開発者 | https://sites.google.com/site/warrentteam |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/madrang/Bookmarks-New-Tab |
| プライバシーポリシーページのURL | https://openpd.org |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bookmarks New Tab",
"version": "0.0.1.1",
"description": "A New Tab replacement that shows the Bookmarks.",
"manifest_version": 2,
"minimum_chrome_version": "18.0.0.0",
"offline_enabled": true,
"options_page": "options.html",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"incognito": "spanning",
"permissions": [
"bookmarks",
"chrome:\/\/favicon\/",
"management"
],
"chrome_url_overrides": {
"newtab": "new_tab.html"
}
} | |