Sunlight Foundation - Influence Explorer

Sunlight Influence Explorer helps you quickly view a company's political campaign contributions.

什麼是Sunlight Foundation - Influence Explorer?

Sunlight Foundation - Influence Explorer是由Bradford Cook開發的Chrome擴展程式,該擴展的主要功能是“Sunlight Influence Explorer helps you quickly view a company's political campaign contributions.”。

擴展截圖

screenshot
screenshot

下載Sunlight Foundation - Influence Explorer擴展crx文件

下載Sunlight Foundation - Influence Explorer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Sunlight Influence Explorer is a browser extension that lets you seamlessly view a company's political campaign finance contributions based on your current URL and search for other company contributions regardless of the URL that you are viewing.

The extension uses a crowdsourced approach to link URLs to a specific company's contributions.  It incorporates user feedback in real-time to detect new mappings as well as incorrect mappings that need to be removed.

This project is powered by the Sunlight Foundation's Influence Explorer API with data sourced from OpenSecrets.org and FollowTheMoney.org.                    

擴展基本資訊

名稱 Sunlight Foundation - Influence Explorer Sunlight Foundation - Influence Explorer
ID fcmhooblihijmdgpojjoobibbnjbnicc
官方網址 https://chrome.google.com/webstore/detail/sunlight-foundation-influ/fcmhooblihijmdgpojjoobibbnjbnicc
簡介 Sunlight Influence Explorer helps you quickly view a company's political campaign contributions.
檔案大小 191 KB
安裝次數 21
目前版本 1.3
更新時間 2013-12-16
上架時間 2013-12-16
開發者 Bradford Cook
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sunlight Foundation - Influence Explorer",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Sunlight Influence Explorer helps you quickly view a company's political campaign contributions.",
    "browser_action": {
        "default_icon": ".\/assets\/icon16.png",
        "default_title": "View campaign finance information!",
        "default_popup": ".\/popup.html"
    },
    "background": {
        "scripts": [
            ".\/js\/background.js",
            ".\/js\/lib\/jquery-1.10.2.min.js",
            ".\/js\/lib\/purl-2.3.1.js",
            ".\/js\/utils.js",
            ".\/js\/config.js"
        ]
    },
    "icons": {
        "16": ".\/assets\/icon16.png",
        "48": ".\/assets\/icon48.png",
        "128": ".\/assets\/icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}