Sunlight Foundation - Influence Explorer

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

Qu'est-ce que Sunlight Foundation - Influence Explorer ?

Sunlight Foundation - Influence Explorer est une extension Chrome développée par Bradford Cook, et sa fonction principale est "Sunlight Influence Explorer helps you quickly view a company's political campaign contributions.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Sunlight Foundation - Influence Explorer

Téléchargez les fichiers d'extension Sunlight Foundation - Influence Explorer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Sunlight Foundation - Influence Explorer Sunlight Foundation - Influence Explorer
ID fcmhooblihijmdgpojjoobibbnjbnicc
URL Officiel https://chrome.google.com/webstore/detail/sunlight-foundation-influ/fcmhooblihijmdgpojjoobibbnjbnicc
Description Sunlight Influence Explorer helps you quickly view a company's political campaign contributions.
Taille du Fichier 191 KB
Nombre d'Installations 21
Version Actuelle 1.3
Dernière Mise à Jour 2013-12-16
Date de Publication 2013-12-16
Développeur Bradford Cook
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}