Drudge Report Images

Updated list of images from the Drudge Report.

Co to jest Drudge Report Images?

Drudge Report Images to rozszerzenie Chrome opracowane przez Kris Krause, a jego główną funkcją jest „Updated list of images from the Drudge Report.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Drudge Report Images

Pobierz pliki rozszerzeń Drudge Report Images w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Drudge Report Images Drudge Report Images
ID chllmanhfbdlnhnamaibelblkmncflec
Oficjalny URL https://chromewebstore.google.com/detail/drudge-report-images/chllmanhfbdlnhnamaibelblkmncflec
Opis Updated list of images from the Drudge Report.
Rozmiar pliku 109 KB
Liczba instalacji 94
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2016-10-25
Data Publikacji 2016-10-25
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper Kris Krause
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}