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"
    ]
}