Scratch Editor Messages 2

Adds a messages counter to the scratch.mit.edu editor. It's helpful, really.

Scratch Editor Messages 2คืออะไร?

Scratch Editor Messages 2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Resnick และคุณลักษณะหลักของมันคือ "Adds a messages counter to the scratch.mit.edu editor. It's helpful, really."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scratch Editor Messages 2

ดาวน์โหลดไฟล์ส่วนขยาย Scratch Editor Messages 2 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is a bug fix of Scratch Editor Messages
https://chrome.google.com/webstore/detail/scratch-editor-messages/keimlfjkekbehbegbnojedobedfenbbf
By Alex Bates AKA GrannyCookies

Sources can be found on github:
https://github.com/david-resnick/scratch-editor-messages-2-extension                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Scratch Editor Messages 2 Scratch Editor Messages 2
ID bggohijadecjkpjipnjnamnddbiffnop
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/scratch-editor-messages-2/bggohijadecjkpjipnjnamnddbiffnop
คำอธิบาย Adds a messages counter to the scratch.mit.edu editor. It's helpful, really.
ขนาดไฟล์ 39.67 KB
จำนวนการติดตั้ง 138
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-09-29
วันที่เผยแพร่ 2015-09-29
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา David Resnick
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/david-resnick/scratch-editor-messages-2-extension
ภาษาที่รองรับ en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/scratch.mit.edu\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src https:\/\/scratch.mit.edu; img-src https:\/\/scratch.mit.edu",
    "description": "Adds a messages counter to the scratch.mit.edu editor. It's helpful, really.",
    "icons": {
        "128": "logo2.png"
    },
    "manifest_version": 2,
    "name": "Scratch Editor Messages 2",
    "permissions": [
        "tabs",
        "https:\/\/scratch.mit.edu\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}