Drudge Report Images

Updated list of images from the Drudge Report.

Cos'è Drudge Report Images?

Drudge Report Images è un'estensione di Chrome sviluppata da Kris Krause, e la sua funzione principale è "Updated list of images from the Drudge Report.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Drudge Report Images

Scarica i file di estensione Drudge Report Images 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

                        Just a simple display of recent images from the Drudge Report.  Width can be small, medium, or large - your choice.  No ads.  Updated daily.                    

Informazioni di Base sull'Estensione

Nome Drudge Report Images Drudge Report Images
ID chllmanhfbdlnhnamaibelblkmncflec
URL Ufficiale https://chromewebstore.google.com/detail/drudge-report-images/chllmanhfbdlnhnamaibelblkmncflec
Descrizione Updated list of images from the Drudge Report.
Dimensione del File 109 KB
Conteggio Installazioni 94
Versione Corrente 1.4
Ultimo Aggiornamento 2016-10-25
Data di Pubblicazione 2016-10-25
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore Kris Krause
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drudge Report Images",
    "description": "Updated list of images from the Drudge Report.",
    "version": "1.4",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "drudge.html"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "activeTab",
        "http:\/\/*.rackcdn.com\/"
    ]
}