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"
    }
}