FIRE Speech Code Ratings

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

What is FIRE Speech Code Ratings?

FIRE Speech Code Ratings is a Chrome extension developed by https://thefire.org, and its main feature is "Get the speech code rating by navigating to a college's website.".

Extension Screenshots

screenshot

Download FIRE Speech Code Ratings Extension CRX File

Download FIRE Speech Code Ratings extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name FIRE Speech Code Ratings FIRE Speech Code Ratings
ID jddllneonjfnghkjhiklkkpkjepogfgc
Official URL https://chromewebstore.google.com/detail/fire-speech-code-ratings/jddllneonjfnghkjhiklkkpkjepogfgc
Description Get the speech code rating by navigating to a college's website.
File Size 590 KB
Installation Count 15
Current Version 1.2
Last Updated 2018-03-02
Publish Date 2018-03-02
Rating 2.00/5 Total 1 Ratings
Developer https://thefire.org
Email [email protected]
Payment Type free
Extension Website http://www.fire-mail.info/fire-spotlight/docs/chrome-spotlight-extension-docs.html
Help Page URL http://www.fire-mail.info/fire-spotlight/docs/chrome-spotlight-extension-docs.html
Supported Languages 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"
    ]
}