Bookmark manager
Access the Bookmark manager window directly from the toolbar.
Bookmark managerとは何ですか?
Bookmark managerはJacob "kurtextrem" Großによって開発されたChromeの拡張機能で、その主な機能は「Access the Bookmark manager window directly from the toolbar.」です。
Bookmark manager拡張機能のCRXファイルをダウンロード
Bookmark manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Opens the bookmark manager. No CPU usage, no background pages, no fishy permissions. This version does not read your browser history, see: https://www.reddit.com/r/chrome_extensions/comments/5kvoro/bookmark_manager_has_been_sold_probably/
拡張機能の基本情報
名前 | |
ID | nbclpmaekfdneoaeomabndehacgihdgj |
公式URL | https://chrome.google.com/webstore/detail/bookmark-manager/nbclpmaekfdneoaeomabndehacgihdgj |
説明 | Access the Bookmark manager window directly from the toolbar. |
ファイルサイズ | 24.15 KB |
インストール数 | 424 |
現在のバージョン | 1.0.6 |
最終更新日 | 2017-01-02 |
公開日 | 2017-01-02 |
評価 | 4.29/5 合計 7 レビュー |
開発者 | Jacob "kurtextrem" Groß |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.kurtextrem.de/chrome/PRIVACY.html |
対応言語 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html", "default_title": "__MSG_extDescription__" }, "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "logo.png" }, "manifest_version": 2, "name": "__MSG_extName__", "permissions": [ "tabs" ], "version": "1.0.6" } |