BookmarkManager
Convenient and beautiful new tab bookmark manager.
BookmarkManagerとは何ですか?
BookmarkManagerはSasha Onoshkoによって開発されたChromeの拡張機能で、その主な機能は「Convenient and beautiful new tab bookmark manager.」です。
拡張機能のスクリーンショット
BookmarkManager拡張機能のCRXファイルをダウンロード
BookmarkManager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension provides the ability to save your favorite sites as a bookmark in the Chrome new tab. Also, you can change the background image of the new tab.
拡張機能の基本情報
名前 | BookmarkManager |
ID | ldjaccfbgefedaefkliajmdiicajaofb |
公式URL | https://chromewebstore.google.com/detail/bookmarkmanager/ldjaccfbgefedaefkliajmdiicajaofb |
説明 | Convenient and beautiful new tab bookmark manager. |
ファイルサイズ | 623 KB |
インストール数 | 12 |
現在のバージョン | 0.1.03 |
最終更新日 | 2021-02-12 |
公開日 | 2018-11-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Sasha Onoshko |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BookmarkManager", "description": "Convenient and beautiful new tab bookmark manager.", "version": "0.1.03", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon.png" }, "permissions": [ "unlimitedStorage" ], "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |