FIRE Speech Code Ratings

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

ما هو FIRE Speech Code Ratings؟

FIRE Speech Code Ratings هو إضافة Chrome تم تطويرها بواسطة https://thefire.org، والميزة الرئيسية لها هي "Get the speech code rating by navigating to a college's website.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة FIRE Speech Code Ratings

قم بتنزيل ملفات الامتداد FIRE Speech Code Ratings بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.fire-mail.info/fire-spotlight/docs/chrome-spotlight-extension-docs.html
عنوان صفحة المساعدة 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"
    ]
}