We Vote Endorsement Tool

Highlights existing, and new opportunites, for endorsements on voter guide pages.

什麼是We Vote Endorsement Tool?

We Vote Endorsement Tool是由https://wevote.us開發的Chrome擴展程式,該擴展的主要功能是“Highlights existing, and new opportunites, for endorsements on voter guide pages.”。

擴展截圖

screenshot

下載We Vote Endorsement Tool擴展crx文件

下載We Vote Endorsement Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is initially for the We Vote Political Data Managers Team, a group of volunteers who gather political data.  We use this extension to compare endorsement pages (owned by advocacy organizations or public figures) with endorsements already captured in the We Vote database. These endorsements are displayed at the free website https://WeVote.US

We Vote is made of two fully nonpartisan 501(c)(3) and 501(c)(4) nonprofit organizations based in Oakland, California. Our software is open source, and our work is driven by over 100 volunteers who have contributed so far. Inspired by groups like Code for America and the Mozilla Foundation, we use technology to make democracy stronger by increasing voter turnout. Our incredible teams of volunteers help us to compile and verify endorsement data from every election.

We are purposefully nonpartisan because we know that voters and their networks are complex. Voting decisions are rarely single issue, and we make better decisions when lots of information is present.                    

擴展基本資訊

名稱 We Vote Endorsement Tool We Vote Endorsement Tool
ID eofojjpbgfdogalmibgljcgdipkhoclc
官方網址 https://chromewebstore.google.com/detail/we-vote-endorsement-tool/eofojjpbgfdogalmibgljcgdipkhoclc
簡介 Highlights existing, and new opportunites, for endorsements on voter guide pages.
檔案大小 6.15 MB
安裝次數 33
目前版本 0.0.0.19
更新時間 2020-06-10
上架時間 2020-06-10
評分 5.00/5 共 6 次評分
開發者 https://wevote.us
電子郵箱 [email protected]
付費類型 free
擴展官網 https://wevote.us
說明頁面URL https://help.wevote.us/
隱私政策頁面URL https://wevote.us/more/privacy
支援的語言 en
manifest.json
{
    "background": {
        "css": [
            "libs\/jquery-ui-modified\/jquery-ui.theme-1.12.1-we-vote.css"
        ],
        "scripts": [
            "libs\/jquery\/jquery-3.4.0.min.js",
            "libs\/jquery-ui-modified\/jquery-ui-1.12.1.min-we-vote.js",
            "libs\/sanitize-html\/sanitize-html.js",
            "backgroundWeVoteAPICalls.js",
            "extWordHighlighter.js",
            "commonWeVote.js",
            "libs\/string-similarity\/compare-strings.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "ScrollHighlight": {
            "description": "ScrollHighlight",
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "mac": "Command+Shift+Space"
            }
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "libs\/jquery-ui-modified\/jquery-ui.theme-1.12.1-we-vote.css",
                "highlightThis.css",
                "weVote.css",
                "weVoteGrid.css"
            ],
            "js": [
                "libs\/jquery\/jquery-3.4.0.min.js",
                "libs\/jquery-ui-modified\/jquery-ui-1.12.1.min-we-vote.js",
                "libs\/string-similarity\/compare-strings.js",
                "hilitor.js",
                "tabWordHighlighter.js",
                "contentWeVoteUI.js",
                "commonWeVote.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "Highlights existing, and new opportunites, for endorsements on voter guide pages.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "We Vote Endorsement Tool",
    "permissions": [
        "tabs",
        "contextMenus",
        "activeTab"
    ],
    "short_name": "We Vote Chrome Extension",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.19"
}