Easy Bookmark Manager
A clean and easy searchable bookmark manager for chrome
Easy Bookmark Managerとは何ですか?
Easy Bookmark Managerは19randompixelによって開発されたChromeの拡張機能で、その主な機能は「A clean and easy searchable bookmark manager for chrome」です。
拡張機能のスクリーンショット
Easy Bookmark Manager拡張機能のCRXファイルをダウンロード
Easy Bookmark Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Finding it very difficult to search your bookmarks on chrome? Easy Bookmark Manager for chrome displays all the folders and links that are on your chrome's bookmark and helps in easily searching the links without having to leave your current tab/window. Features: 1. Display structured folders of your bookmarks 2. Sleek UI 3. Search bookmarks without leaving your current tab/window 4. Lightning fast searchable bookmark links 5. Search algorithm works using Fuzzy search model
拡張機能の基本情報
名前 | |
ID | ahlelbobmfmadadbbmoofocjhbcggnnh |
公式URL | https://chrome.google.com/webstore/detail/easy-bookmark-manager/ahlelbobmfmadadbbmoofocjhbcggnnh |
説明 | A clean and easy searchable bookmark manager for chrome |
ファイルサイズ | 178 KB |
インストール数 | 35 |
現在のバージョン | 1.0.0 |
最終更新日 | 2019-07-22 |
公開日 | 2019-07-22 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | 19randompixel |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Bookmark Manager", "version": "1.0.0", "description": "A clean and easy searchable bookmark manager for chrome", "permissions": [ "activeTab", "bookmarks" ], "browser_action": { "default_popup": "index.html", "default_icon": { "16": "images\/bookmark-manager-16.png", "32": "images\/bookmark-manager-32.png", "48": "images\/bookmark-manager-48.png", "128": "images\/bookmark-manager-128.png" } }, "icons": { "16": "images\/bookmark-manager-16.png", "32": "images\/bookmark-manager-32.png", "48": "images\/bookmark-manager-48.png", "128": "images\/bookmark-manager-128.png" }, "manifest_version": 2 } |