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 |
官方網址 | 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 |
電子郵箱 | [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 } |