Drudge Report Images

Updated list of images from the Drudge Report.

Apa itu Drudge Report Images?

Drudge Report Images adalah ekstensi Chrome yang dikembangkan oleh Kris Krause, dan fitur utamanya adalah "Updated list of images from the Drudge Report.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Drudge Report Images

Unduh file ekstensi Drudge Report Images dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Drudge Report Images Drudge Report Images
ID chllmanhfbdlnhnamaibelblkmncflec
URL Resmi https://chromewebstore.google.com/detail/drudge-report-images/chllmanhfbdlnhnamaibelblkmncflec
Deskripsi Updated list of images from the Drudge Report.
Ukuran File 109 KB
Jumlah Instalasi 94
Versi Saat Ini 1.4
Terakhir Diperbarui 2016-10-25
Tanggal Publikasi 2016-10-25
Penilaian 4.00/5 Total 3 Penilaian
Pengembang Kris Krause
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
    ]
}