Data Explorer - US Politics

Your political news sidekick.

Apa itu Data Explorer - US Politics?

Data Explorer - US Politics adalah ekstensi Chrome yang dikembangkan oleh ameensol, dan fitur utamanya adalah "Your political news sidekick.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Data Explorer - US Politics

Unduh file ekstensi Data Explorer - US Politics 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

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

Informasi Dasar Ekstensi

Nama Data Explorer - US Politics Data Explorer - US Politics
ID nmlpooabgcohabkhnbbcgbngolaajmbj
URL Resmi https://chrome.google.com/webstore/detail/data-explorer-us-politics/nmlpooabgcohabkhnbbcgbngolaajmbj
Deskripsi Your political news sidekick.
Ukuran File 876 KB
Jumlah Instalasi 47
Versi Saat Ini 0.1.9
Terakhir Diperbarui 2015-02-13
Tanggal Publikasi 2015-02-13
Penilaian 5.00/5 Total 2 Penilaian
Pengembang ameensol
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/ameensol/dataExplorer.git
Bahasa yang Didukung 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"
    ]
}