New Tab with Bookmarks
Displays all bookmarks in the new tab page
New Tab with Bookmarksとは何ですか?
New Tab with Bookmarksはhttps://bytecode77.comによって開発されたChromeの拡張機能で、その主な機能は「Displays all bookmarks in the new tab page」です。
拡張機能のスクリーンショット
New Tab with Bookmarks拡張機能のCRXファイルをダウンロード
New Tab with Bookmarks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension replaces the default new tab with a list of your bookmarks. They are displayed compactly and just like on the bookmarks bar. 拡張機能の基本情報
| 名前 | |
| ID | dicfmapplolngmjeoelpiclidoiknpfl |
| 公式URL | https://chromewebstore.google.com/detail/new-tab-with-bookmarks/dicfmapplolngmjeoelpiclidoiknpfl |
| 説明 | Displays all bookmarks in the new tab page |
| ファイルサイズ | 59.77 KB |
| インストール数 | 523 |
| 現在のバージョン | 1.1.0 |
| 最終更新日 | 2020-11-19 |
| 公開日 | 2017-04-10 |
| 評価 | 3.69/5 合計 13 レビュー |
| 開発者 | https://bytecode77.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "New Tab with Bookmarks",
"description": "Displays all bookmarks in the new tab page",
"version": "1.1.0",
"icons": {
"128": "icon128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"bookmarks",
"chrome:\/\/favicon\/"
]
} | |