FIRE Speech Code Ratings

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

Qu'est-ce que FIRE Speech Code Ratings ?

FIRE Speech Code Ratings est une extension Chrome développée par https://thefire.org, et sa fonction principale est "Get the speech code rating by navigating to a college's website.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FIRE Speech Code Ratings

Téléchargez les fichiers d'extension FIRE Speech Code Ratings au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom FIRE Speech Code Ratings FIRE Speech Code Ratings
ID jddllneonjfnghkjhiklkkpkjepogfgc
URL Officiel https://chromewebstore.google.com/detail/fire-speech-code-ratings/jddllneonjfnghkjhiklkkpkjepogfgc
Description Get the speech code rating by navigating to a college's website.
Taille du Fichier 590 KB
Nombre d'Installations 15
Version Actuelle 1.2
Dernière Mise à Jour 2018-03-02
Date de Publication 2018-03-02
Évaluation 2.00/5 Total 1 Évaluations
Développeur https://thefire.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.fire-mail.info/fire-spotlight/docs/chrome-spotlight-extension-docs.html
URL de la Page d'Aide http://www.fire-mail.info/fire-spotlight/docs/chrome-spotlight-extension-docs.html
Langues Prises en Charge 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"
    ]
}