Princeton Election Consortium
Track the Princeton Election Consortium's Meta-Analysis
Princeton Election Consortium란 무엇입니까?
Princeton Election Consortium은(는) Brian J. Cohen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track the Princeton Election Consortium's Meta-Analysis"입니다.
확장 프로그램 스크린샷
Princeton Election Consortium 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension puts an icon in your browser that, when clicked, will show you the up-to-the-minute status of the election(s) being tracked by Dr. Sam Wang's Princeton Election Consortium Meta-Analysis. - Link to most recent blog post by Dr. Wang - When the meta analysis was last updated - Projected Democratic and Republican totals (votes, Senate seats, etc) - Popular Vote Meta-margin - Prediction of November election outcome - Current graphic aids, which may include meta-analysis history for the campaign, an electoral map, and win scenario histogram. - Hover your mouse pointer over the icon to see a condensed summary. Neither this extension nor its author are affiliated with Princeton University, the Princeton Election Consortium, or Dr. Sam Wang. Changelog: 10/01/2016 - Fix 'undefined' in title text 07/11/2016 - Update location of map image again 07/05/2016 - Update location of banner and map image 06/14/2016 - Update graph and map images, update background refresh interval to 8 hours, update URL of output summary 09/05/2014 - Updated to work with 2014 Senate race 09/26/2014 - Badge text now properly handles GOP meta-margin lead 09/29/2014 - Badge text now condensed to fit better 10/13/2014 - Bugfix for meta-margin for badge (something changed at PEC) 03/01/2015 - Update to show Obama net approva/disapprove graph. Drop "More" info from footer.
확장 프로그램 기본 정보
이름 | Princeton Election Consortium |
ID | mopbhdfigdcejolaebakppgnffbhlamd |
공식 URL | https://chromewebstore.google.com/detail/princeton-election-consor/mopbhdfigdcejolaebakppgnffbhlamd |
설명 | Track the Princeton Election Consortium's Meta-Analysis |
파일 크기 | 51.25 KB |
설치 횟수 | 48 |
현재 버전 | 1.100 |
최근 업데이트 | 2016-10-01 |
출시 날짜 | 2016-10-01 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Brian J. Cohen |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/brianjcohen/pec-chrome |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Princeton Election Consortium", "version": "1.100", "manifest_version": 2, "description": "Track the Princeton Election Consortium's Meta-Analysis", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "http:\/\/election.princeton.edu\/" ] } |