Digg

The most interesting and talked about stories, videos and pictures on the web.

Diggとは何ですか?

Diggはhttps://digg.comによって開発されたChromeの拡張機能で、その主な機能は「The most interesting and talked about stories, videos and pictures on the web.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Digg拡張機能のCRXファイルをダウンロード

Digg拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A simple, powerful and speedy way to follow your favorite publishers, writers, and bloggers. 

With this extension you can:

* Keep up with your newest Digg Reader stories with real-time unread counts.

* Add subscriptions to your favorite sources directly to Digg Reader.                    

拡張機能の基本情報

名前 Digg Digg
ID jilldpbanhfjgelnkkkdeafaadbdackp
公式URL https://chromewebstore.google.com/detail/digg/jilldpbanhfjgelnkkkdeafaadbdackp
説明 The most interesting and talked about stories, videos and pictures on the web.
ファイルサイズ 75.87 KB
インストール数 1,230
現在のバージョン 0.2.1
最終更新日 2013-09-24
公開日 2013-09-24
評価 3.84/5 合計 31 レビュー
開発者 https://digg.com
支払い方法 free
拡張機能のウェブサイト http://digg.com
ヘルプページのURL http://support.digg.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Digg",
    "version": "0.2.1",
    "manifest_version": 2,
    "description": "The most interesting and talked about stories, videos and pictures on the web.",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-19.png"
    },
    "background": {
        "scripts": [
            "js\/lib\/require.min.js",
            "js\/require_config.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/digg.com\/reader*"
            ],
            "js": [
                "js\/lib\/require.min.js",
                "js\/require_config.js",
                "js\/require_cs.js",
                "js\/diggreader.js"
            ]
        },
        {
            "matches": [
                "*:\/\/digg.com\/settings*"
            ],
            "js": [
                "js\/lib\/require.min.js",
                "js\/require_config.js",
                "js\/require_cs.js",
                "js\/digg_settings.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "*:\/\/*.digg.com\/*"
    ],
    "web_accessible_resources": [
        "\/js\/*",
        "\/images\/*",
        "\/css\/*",
        "\/html\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}