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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bradford Cook และคุณลักษณะหลักของมันคือ "Sunlight Influence Explorer helps you quickly view a company's political campaign contributions."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sunlight Foundation - Influence Explorer
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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:\/\/*\/*" ] } |