Drudge Report Images

Updated list of images from the Drudge Report.

Co je Drudge Report Images?

Drudge Report Images je rozšíření Chrome vyvinuté Kris Krause, a jeho hlavní funkcí je „Updated list of images from the Drudge Report.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Drudge Report Images

Stáhněte si soubory rozšíření Drudge Report Images ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Drudge Report Images Drudge Report Images
ID chllmanhfbdlnhnamaibelblkmncflec
Oficiální URL https://chromewebstore.google.com/detail/drudge-report-images/chllmanhfbdlnhnamaibelblkmncflec
Popis Updated list of images from the Drudge Report.
Velikost souboru 109 KB
Počet instalací 94
Aktuální Verze 1.4
Poslední Aktualizace 2016-10-25
Datum Vydání 2016-10-25
Hodnocení 4.00/5 Celkem 3 Hodnocení
Vývojář Kris Krause
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/"
    ]
}