BNTP: Bookmarks in New Tab Page
Lightweight New Tab Page with Bookmarks and Top Sites
BNTP: Bookmarks in New Tab Pageとは何ですか?
BNTP: Bookmarks in New Tab PageはHidetake Iwataによって開発されたChromeの拡張機能で、その主な機能は「Lightweight New Tab Page with Bookmarks and Top Sites」です。
拡張機能のスクリーンショット
BNTP: Bookmarks in New Tab Page拡張機能のCRXファイルをダウンロード
BNTP: Bookmarks in New Tab Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Less is more.
* Simple
* Lightweight
* No ads
* No tracking
Features:
* List bookmarks by folders
* Collapse a folder
* Move a bookmark by Drag and Drop
* Edit a bookmark
* Automatic dark mode
* Sync the preferences (theme or folder collapse)
It will request the following permissions:
* Show bookmarks
* Show recently visited sites
* Show favicon
* Store preferences to storage
This is an open source software.
https://github.com/int128/bntp 拡張機能の基本情報
| 名前 | |
| ID | feeleilgbmkkpapllljmclmbeddcdeeh |
| 公式URL | https://chromewebstore.google.com/detail/bntp-bookmarks-in-new-tab/feeleilgbmkkpapllljmclmbeddcdeeh |
| 説明 | Lightweight New Tab Page with Bookmarks and Top Sites |
| ファイルサイズ | 194 KB |
| インストール数 | 2,509 |
| 現在のバージョン | 3.4.2 |
| 最終更新日 | 2024-03-03 |
| 公開日 | 2017-12-17 |
| 評価 | 4.67/5 合計 113 レビュー |
| 開発者 | Hidetake Iwata |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/int128/bntp |
| ヘルプページのURL | https://github.com/int128/bntp |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "BNTP: Bookmarks in New Tab Page",
"version": "3.4.2",
"description": "Lightweight New Tab Page with Bookmarks and Top Sites",
"permissions": [
"bookmarks",
"topSites",
"favicon",
"storage"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"action": {
"default_popup": "index.html#popup"
},
"icons": {
"48": "small_tiles.png",
"128": "small_tiles_128.png"
},
"manifest_version": 3
} | |