Princeton Election Consortium

Track the Princeton Election Consortium's Meta-Analysis

Princeton Election Consortium क्या है?

Princeton Election Consortium Brian J. Cohen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track the Princeton Election Consortium's Meta-Analysis"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Princeton Election Consortium एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/"
    ]
}