Bookmark Manager
Simple and Easy to Use
什麼是Bookmark Manager?
Bookmark Manager是由Abbas Gussenov開發的Chrome擴展程式,該擴展的主要功能是“Simple and Easy to Use”。
擴展截圖
下載Bookmark Manager擴展crx文件
下載Bookmark Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Additional manually-managed browser history. Bookmark Manager is a Chrome extension that works only under the management of the user.
擴展基本資訊
名稱 | Bookmark Manager |
ID | aceciacheicfbbickdmhomlbidfcgcid |
官方網址 | https://chromewebstore.google.com/detail/bookmark-manager/aceciacheicfbbickdmhomlbidfcgcid |
簡介 | Simple and Easy to Use |
檔案大小 | 26.64 KB |
安裝次數 | 88 |
目前版本 | 0.0.0.10 beta |
更新時間 | 2018-07-06 |
上架時間 | 2018-07-05 |
評分 | 1.00/5 共 1 次評分 |
開發者 | Abbas Gussenov |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/gusenov/managed-browser-history |
說明頁面URL | https://github.com/gusenov/managed-browser-history/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "0.0.0.10", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "16": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/16\/star-full-icon.png", "48": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/48\/star-full-icon.png", "128": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/128\/star-full-icon.png" }, "page_action": { "default_icon": { "16": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/16\/star-full-icon.png", "48": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/48\/star-full-icon.png", "128": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/128\/star-full-icon.png" }, "default_title": "__MSG_extPageActionDefaultTitle__", "default_popup": "html\/popup.html" }, "author": "__MSG_extAuthor__", "background": { "scripts": [ "node_modules\/web-store\/web-store.js", "js\/shared.js", "js\/background.js" ], "persistent": false }, "externally_connectable": { "ids": [ "oilbhdaboflggkedbegfpjmnikpiccmo", "pkpobljamjgbapmbakcnhggopcmjhiio" ] }, "permissions": [ "contextMenus", "tabs", "storage" ], "short_name": "__MSG_extShortName__", "version_name": "0.0.0.10 beta" } |