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."입니다.
확장 프로그램 스크린샷
Sunlight Foundation - Influence Explorer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/*" ] } |