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
官方網址 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"
    }
}