Data Explorer - US Politics

Your political news sidekick.

¿Qué es Data Explorer - US Politics?

Data Explorer - US Politics es una extensión de Chrome desarrollada por ameensol, y su función principal es "Your political news sidekick.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Data Explorer - US Politics

Descarga archivos de extensión Data Explorer - US Politics en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        *Alpha Version*

The U.S. Politics edition of the Data Explorer turns the name of any U.S. politician into a clickable link that pulls up information about their history, campaign finance data, and any relevant statements they've made which have been fact-checked.                    

Información Básica de la Extensión

Nombre Data Explorer - US Politics Data Explorer - US Politics
ID nmlpooabgcohabkhnbbcgbngolaajmbj
URL Oficial https://chrome.google.com/webstore/detail/data-explorer-us-politics/nmlpooabgcohabkhnbbcgbngolaajmbj
Descripción Your political news sidekick.
Tamaño del Archivo 876 KB
Cantidad de Instalaciones 47
Versión Actual 0.1.9
Última Actualización 2015-02-13
Fecha de Publicación 2015-02-13
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador ameensol
Tipo de Pago free
URL de la Página de Ayuda https://github.com/ameensol/dataExplorer.git
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Data Explorer - US Politics",
    "description": "Your political news sidekick.",
    "version": "0.1.9",
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.nytimes.com\/2012\/01\/19\/technology\/web-protests-piracy-bill-and-2-key-senators-change-course.html*",
                "https:\/\/www.nytimes.com\/2012\/01\/19\/technology\/web-protests-piracy-bill-and-2-key-senators-change-course.html*",
                "http:\/\/*.nytimes.com\/*",
                "https:\/\/*.nytimes.com\/*",
                "http:\/\/www.huffingtonpost.com\/*",
                "https:\/\/www.huffingtonpost.com\/*",
                "http:\/\/www.salon.com\/*",
                "https:\/\/www.salon.com\/*",
                "http:\/\/politicalticker.blogs.cnn.com\/*",
                "https:\/\/politicalticker.blogs.cnn.com\/*",
                "http:\/\/www.washingtonpost.com\/*",
                "https:\/\/www.washingtonpost.com\/*",
                "http:\/\/news.yahoo.com\/*",
                "https:\/\/news.yahoo.com\/*",
                "http:\/\/www.politico.com\/*",
                "https:\/\/www.politico.com\/*",
                "http:\/\/www.usatoday.com\/*",
                "https:\/\/www.usatoday.com\/*",
                "http:\/\/www.latimes.com\/*",
                "https:\/\/www.latimes.com\/*",
                "http:\/\/nbcpolitics.nbcnews.com\/*",
                "https:\/\/nbcpolitics.nbcnews.com\/*",
                "http:\/\/abcnews.go.com\/*",
                "https:\/\/abcnews.go.com\/*",
                "http:\/\/www.reuters.com\/*",
                "https:\/\/www.reuters.com\/*"
            ],
            "css": [
                "\/lib\/css\/style.css"
            ],
            "js": [
                "\/lib\/js\/jquery-2.0.3.min.js",
                "\/lib\/js\/jquery-ui-1.10.4.custom.min.js",
                "\/lib\/js\/d3.js",
                "\/bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "lib\/glyphicons\/free\/glyphicons_343_thumbs_up.png",
        "lib\/glyphicons\/free\/glyphicons_344_thumbs_down.png",
        "lib\/glyphicons\/free\/glyphicons_020_home.png",
        "lib\/glyphicons\/free\/glyphicons_074_cup.png",
        "lib\/glyphicons\/free\/glyphicons_124_message_plus.png",
        "lib\/glyphicons\/free\/glyphicons_280_settings.png",
        "lib\/glyphicons\/free\/glyphicons_245_chat.png",
        "lib\/glyphicons\/free\/glyphicons_041_charts.png",
        "lib\/glyphicons\/free\/glyphicons_210_left_arrow.png",
        "lib\/glyphicons\/free\/glyphicons_211_right_arrow.png",
        "lib\/glyphicons\/free\/glyphicons_340_globe.png",
        "lib\/glyphicons\/social\/glyphicons_social_30_facebook.png",
        "lib\/glyphicons\/social\/glyphicons_social_31_twitter.png",
        "lib\/glyphicons\/social\/glyphicons_social_22_youtube.png",
        "templates\/entities.html",
        "templates\/subheads.html",
        "templates\/modals.html",
        "lib\/img\/fb.png",
        "lib\/img\/twitter.png",
        "lib\/img\/youtube.png",
        "lib\/img\/home.png",
        "lib\/img\/blankProfile.png",
        "lib\/img\/datalink.png"
    ]
}