Digg

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

Cos'è Digg?

Digg è un'estensione di Chrome sviluppata da https://digg.com, e la sua funzione principale è "The most interesting and talked about stories, videos and pictures on the web.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Digg

Scarica i file di estensione Digg in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Digg Digg
ID jilldpbanhfjgelnkkkdeafaadbdackp
URL Ufficiale https://chromewebstore.google.com/detail/digg/jilldpbanhfjgelnkkkdeafaadbdackp
Descrizione The most interesting and talked about stories, videos and pictures on the web.
Dimensione del File 75.87 KB
Conteggio Installazioni 1,230
Versione Corrente 0.2.1
Ultimo Aggiornamento 2013-09-24
Data di Pubblicazione 2013-09-24
Valutazione 3.84/5 Totale 31 Valutazioni
Sviluppatore https://digg.com
Tipo di Pagamento free
Sito Web dell'Estensione http://digg.com
URL della Pagina di Aiuto http://support.digg.com
Lingue Supportate 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'"
}