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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}