b2ntp
Simple and powerful New Tab Page with your bookmarks
b2ntpとは何ですか?
b2ntpはd3wardによって開発されたChromeの拡張機能で、その主な機能は「Simple and powerful New Tab Page with your bookmarks」です。
拡張機能のスクリーンショット
b2ntp拡張機能のCRXファイルをダウンロード
b2ntp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Bring your bookmarks to the homepage with a customizable Kanban Board and a powerful search bar Overview - Search bar that look for your bookmarks or directly search on the web with shortcuts - Customizable newtab background with local image , from url or random cool gradient backgrounds - Use Keyboard shortcuts - Set colors , layout and options from a simple settings panel - Optional sidebar Weather Widget - Free and Open Source Privacy Concerns ? What happens in your computer stays in your computer b2ntp does NOT collect or use your personal or browser data in any way b2ntp does NOT include any form of tracking or analytics This extension has only bookmarks permission and is used to read only , it can't edit or delete your bookmarks
拡張機能の基本情報
名前 | b2ntp |
ID | bgiigakflpaegcgpmhohneffdfcefinl |
公式URL | https://chromewebstore.google.com/detail/b2ntp/bgiigakflpaegcgpmhohneffdfcefinl |
説明 | Simple and powerful New Tab Page with your bookmarks |
ファイルサイズ | 81.28 KB |
インストール数 | 58 |
現在のバージョン | 1.0.1 |
最終更新日 | 2022-02-16 |
公開日 | 2021-06-16 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | d3ward |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://b2ntp.vercel.app/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "b2ntp", "description": "Simple and powerful New Tab Page with your bookmarks", "version": "1.0.1", "chrome_url_overrides": { "newtab": "blank.html" }, "browser_action": { "default_icon": ".\/src\/png\/256x256.png" }, "icons": { "20": "src\/png\/20x20.png", "48": "src\/png\/48x48.png", "128": "src\/png\/128x128.png", "256": "src\/png\/256x256.png" }, "permissions": [ "bookmarks" ] } |