Data Explorer - US Politics

Your political news sidekick.

Co je Data Explorer - US Politics?

Data Explorer - US Politics je rozšíření Chrome vyvinuté ameensol, a jeho hlavní funkcí je „Your political news sidekick.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Data Explorer - US Politics

Stáhněte si soubory rozšíření Data Explorer - US Politics 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í

                        *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.                    

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

Název Data Explorer - US Politics Data Explorer - US Politics
ID nmlpooabgcohabkhnbbcgbngolaajmbj
Oficiální URL https://chrome.google.com/webstore/detail/data-explorer-us-politics/nmlpooabgcohabkhnbbcgbngolaajmbj
Popis Your political news sidekick.
Velikost souboru 876 KB
Počet instalací 47
Aktuální Verze 0.1.9
Poslední Aktualizace 2015-02-13
Datum Vydání 2015-02-13
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář ameensol
Typ Platby free
URL Stránky Nápovědy https://github.com/ameensol/dataExplorer.git
Podporované Jazyky 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"
    ]
}