Drudge Report Images

Updated list of images from the Drudge Report.

O que é Drudge Report Images?

Drudge Report Images é uma extensão do Chrome desenvolvida por Kris Krause, e sua principal característica é "Updated list of images from the Drudge Report.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Drudge Report Images

Baixe arquivos de extensão Drudge Report Images no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Drudge Report Images Drudge Report Images
ID chllmanhfbdlnhnamaibelblkmncflec
URL Oficial https://chromewebstore.google.com/detail/drudge-report-images/chllmanhfbdlnhnamaibelblkmncflec
Descrição Updated list of images from the Drudge Report.
Tamanho do Arquivo 109 KB
Contagem de Instalações 94
Versão Atual 1.4
Última Atualização 2016-10-25
Data de Publicação 2016-10-25
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor Kris Krause
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/"
    ]
}