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文件

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

擴展使用說明

                        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
官方網址 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"
    ]
}