Bookmark Manager

Simple and Easy to Use

什么是Bookmark Manager?

Bookmark Manager是由Abbas Gussenov开发的Chrome扩展程序,该扩展的主要功能是“Simple and Easy to Use”。

扩展截图

screenshot

下载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 Bookmark Manager
ID aceciacheicfbbickdmhomlbidfcgcid
官方URL 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"
}