Dewey

The best way to save bookmarks, create collections and share with your friends.

什么是Dewey?

Dewey是由https://dewey.to开发的Chrome扩展程序,该扩展的主要功能是“The best way to save bookmarks, create collections and share with your friends.”。

扩展截图

screenshot
screenshot
screenshot

下载Dewey扩展crx文件

下载Dewey扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The best way to save bookmarks, create collections and share with groups.                    

扩展基本信息

名称 Dewey Dewey
ID labhdidhpgcfnoapbokkiekglejmlmbj
官方URL https://chromewebstore.google.com/detail/dewey/labhdidhpgcfnoapbokkiekglejmlmbj
简介 The best way to save bookmarks, create collections and share with your friends.
文件大小 601 KB
安装次数 125
当前版本 0.3.2
更新时间 2014-08-11
上架时间 2014-08-11
评分 2.00/5 共1次评分
开发者 https://dewey.to
付费类型 free
扩展官网 http://dewey.to
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dewey",
    "description": "The best way to save bookmarks, create collections and share with your friends.",
    "version": "0.3.2",
    "omnibox": {
        "keyword": "dewey"
    },
    "icons": {
        "128": "dewey-icon-lg.png",
        "16": "dewey-icon-omni.png"
    },
    "permissions": [
        "",
        "tabs",
        "bookmarks"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dewey.to\/*",
                "http:\/\/dewey.to\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "check-dewey-browser-extension.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.pubnub.com\/; object-src 'self'",
    "browser_action": {
        "default_icon": "dewey-sm.png",
        "default_popup": "index.html"
    }
}