Bookmark Plus New Tab
New tab rich backgrounds plus bookmarks.
Bookmark Plus New Tabとは何ですか?
Bookmark Plus New TabはDiversifyMediaによって開発されたChromeの拡張機能で、その主な機能は「New tab rich backgrounds plus bookmarks.」です。
拡張機能のスクリーンショット
Bookmark Plus New Tab拡張機能のCRXファイルをダウンロード
Bookmark Plus New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Experience a minimal new tab page with this extension. Choose from over a dozen unique background images or upload your own. Go with an uncluttered look or include your favorite web sites on the new tab. More features coming in future updates. Please read carefully: By clicking the "Add To Chrome" button and activating this browser extension, you agree to install this application, and you agree to the End User License Agreement and the Privacy Policy. You can uninstall the program at any time. Terms of Use Agreement: https://bookmark-plus.com/terms-of-use/ Privacy Policy: https://bookmark-plus.com/privacy-policy/ Contact Us: https://bookmark-plus.com/contact-us/ Uninstall Information: https://bookmark-plus.com/uninstall/ About Us: https://bookmark-plus.com/about-us/ Permissions Requested By This Extension To perform the functions described in this extension, the following permissions are requested: Bookmarks Access Needed to display user's bookmarks in the omnibox. Tabs Access Clicking a bookmark from the extension will may launch a new tab if the user initiates that option in General Settings. Storage Access This is needed to pull the favicon of recently visited sites. Topsites Access Needed to display the most recently visited sites on the new tab page.
拡張機能の基本情報
名前 | Bookmark Plus New Tab |
ID | pileccchakeaiiooalioncnjcffggdgo |
公式URL | https://chromewebstore.google.com/detail/bookmark-plus-new-tab/pileccchakeaiiooalioncnjcffggdgo |
説明 | New tab rich backgrounds plus bookmarks. |
ファイルサイズ | 4.44 MB |
インストール数 | 20,000 |
現在のバージョン | 1.0.8 |
最終更新日 | 2022-09-16 |
公開日 | 2021-04-03 |
開発者 | DiversifyMedia |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://bookmark-plus.com/contact-us/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmark Plus New Tab", "short_name": "Bookmark Plus New Tab", "description": "New tab rich backgrounds plus bookmarks.", "icons": { "128": "img\/128.png" }, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "action": { "default_icon": "img\/128.png" }, "manifest_version": 3, "permissions": [ "history", "unlimitedStorage", "favicon", "storage", "topSites" ], "version": "1.0.8" } |