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