酷书签

通过网页展示你指定的浏览器书签目录

What is 酷书签?

酷书签 is a Chrome extension developed by sl821398245, and its main feature is "通过网页展示你指定的浏览器书签目录".

Extension Screenshots

screenshot

Download 酷书签 Extension CRX File

Download 酷书签 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        很多用户喜欢分享自己的导航网页,基于同步某个书签目录的方式来管理自己的导航网页,将会是简洁高效的。                    

Extension Basic Information

Name 酷书签 酷书签
ID hfhlcfcnaohckjbbbknibnadmbobfnbn
Official URL https://chrome.google.com/webstore/detail/%E9%85%B7%E4%B9%A6%E7%AD%BE/hfhlcfcnaohckjbbbknibnadmbobfnbn
Description 通过网页展示你指定的浏览器书签目录
File Size 74.84 KB
Installation Count 15
Current Version 0.0.1
Last Updated 2020-04-24
Publish Date 2020-04-22
Developer sl821398245
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u9177\u4e66\u7b7e",
    "manifest_version": 2,
    "version": "0.0.1",
    "description": "\u901a\u8fc7\u7f51\u9875\u5c55\u793a\u4f60\u6307\u5b9a\u7684\u6d4f\u89c8\u5668\u4e66\u7b7e\u76ee\u5f55",
    "icons": {
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "util.js",
            "jquery.js",
            "background.js"
        ]
    },
    "permissions": [
        "bookmarks",
        "alarms",
        "storage",
        "https:\/\/ksq.vcoders.cn\/"
    ],
    "browser_action": {
        "default_icon": "icon-64.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}