Data Explorer - US Politics

Your political news sidekick.

Data Explorer - US Politicsとは何ですか?

Data Explorer - US Politicsはameensolによって開発されたChromeの拡張機能で、その主な機能は「Your political news sidekick.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Data Explorer - US Politics拡張機能のCRXファイルをダウンロード

Data Explorer - US Politics拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Data Explorer - US Politics Data Explorer - US Politics
ID nmlpooabgcohabkhnbbcgbngolaajmbj
公式URL https://chrome.google.com/webstore/detail/data-explorer-us-politics/nmlpooabgcohabkhnbbcgbngolaajmbj
説明 Your political news sidekick.
ファイルサイズ 876 KB
インストール数 47
現在のバージョン 0.1.9
最終更新日 2015-02-13
公開日 2015-02-13
評価 5.00/5 合計 2 レビュー
開発者 ameensol
支払い方法 free
ヘルプページのURL https://github.com/ameensol/dataExplorer.git
対応言語 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"
    ]
}