FIRE Speech Code Ratings

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

O que é FIRE Speech Code Ratings?

FIRE Speech Code Ratings é uma extensão do Chrome desenvolvida por https://thefire.org, e sua principal característica é "Get the speech code rating by navigating to a college's website.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FIRE Speech Code Ratings

Baixe arquivos de extensão FIRE Speech Code Ratings no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome FIRE Speech Code Ratings FIRE Speech Code Ratings
ID jddllneonjfnghkjhiklkkpkjepogfgc
URL Oficial https://chromewebstore.google.com/detail/fire-speech-code-ratings/jddllneonjfnghkjhiklkkpkjepogfgc
Descrição Get the speech code rating by navigating to a college's website.
Tamanho do Arquivo 590 KB
Contagem de Instalações 15
Versão Atual 1.2
Última Atualização 2018-03-02
Data de Publicação 2018-03-02
Classificação 2.00/5 Total de 1 Avaliações
Desenvolvedor https://thefire.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.fire-mail.info/fire-spotlight/docs/chrome-spotlight-extension-docs.html
URL da Página de Ajuda http://www.fire-mail.info/fire-spotlight/docs/chrome-spotlight-extension-docs.html
Idiomas Suportados 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"
    ]
}