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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
อีเมล [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"
    ]
}