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
公式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
Eメール [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"
    ]
}