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 |
官方URL | 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 } } |