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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sunlight Influence Explorer helps you quickly view a company's political campaign contributions."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sunlight Foundation - Influence Explorer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fcmhooblihijmdgpojjoobibbnjbnicc |
आधिकारिक URL | 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:\/\/*\/*" ] } |