FIRE Speech Code Ratings

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

FIRE Speech Code Ratings là gì?

FIRE Speech Code Ratings là một tiện ích mở rộng Chrome được phát triển bởi https://thefire.org, và tính năng chính của nó là "Get the speech code rating by navigating to a college's website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FIRE Speech Code Ratings

Tải xuống các tệp mở rộng FIRE Speech Code Ratings dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FIRE Speech Code Ratings FIRE Speech Code Ratings
ID jddllneonjfnghkjhiklkkpkjepogfgc
URL Chính Thức https://chromewebstore.google.com/detail/fire-speech-code-ratings/jddllneonjfnghkjhiklkkpkjepogfgc
Mô tả Get the speech code rating by navigating to a college's website.
Kích Thước Tệp 590 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-03-02
Ngày Phát Hành 2018-03-02
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://thefire.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.fire-mail.info/fire-spotlight/docs/chrome-spotlight-extension-docs.html
URL Trang Trợ Giúp http://www.fire-mail.info/fire-spotlight/docs/chrome-spotlight-extension-docs.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}