FIRE Speech Code Ratings

Get the speech code rating by navigating to a college's website.

FIRE Speech Code Ratings란 무엇입니까?

FIRE Speech Code Ratings은(는) https://thefire.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the speech code rating by navigating to a college's website."입니다.

확장 프로그램 스크린샷

screenshot

FIRE Speech Code Ratings 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Foundation for Individual Rights in Education (FIRE) is a nonpartisan, nonprofit organization dedicated to defending liberty, freedom of speech, due process, academic freedom, legal equality, and freedom of conscience on America’s college campuses. The FIRE Speech Code Ratings extension connects to FIRE's Spotlight Database: FIRE's rating system for college and university speech codes. By navigating to a college or university website, a notification will appear if that college is listed in the Spotlight Database. Users have the option to quiet the notifications and can still check the rating by clicking the extension icon.                    

확장 프로그램 기본 정보

이름 FIRE Speech Code Ratings FIRE Speech Code Ratings
ID jddllneonjfnghkjhiklkkpkjepogfgc
공식 URL https://chromewebstore.google.com/detail/fire-speech-code-ratings/jddllneonjfnghkjhiklkkpkjepogfgc
설명 Get the speech code rating by navigating to a college's website.
파일 크기 590 KB
설치 횟수 15
현재 버전 1.2
최근 업데이트 2018-03-02
출시 날짜 2018-03-02
평점 2.00/5 총 1 개의 평점
개발자 https://thefire.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.fire-mail.info/fire-spotlight/docs/chrome-spotlight-extension-docs.html
도움말 페이지 URL http://www.fire-mail.info/fire-spotlight/docs/chrome-spotlight-extension-docs.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FIRE Speech Code Ratings",
    "short_name": "speechcodes",
    "description": "Get the speech code rating by navigating to a college's website.",
    "version": "1.2",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "options.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/red\/red-light-16.png",
        "48": "img\/red\/red-light-48.png",
        "128": "img\/red\/red-light-128.png"
    },
    "browser_action": {
        "default_popup": "spotlight.html",
        "default_title": "FIRE Speech Code Ratings"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/www.fire-mail.info\/fire-spotlight\/",
        "notifications",
        "storage"
    ]
}