GML Syntax Highlighter

GameMaker syntax highlighting, pretty-printing, and docs-linking courtesy of GMLsnip.com

GML Syntax Highlighterคืออะไร?

GML Syntax Highlighter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gmlsnip.com และคุณลักษณะหลักของมันคือ "GameMaker syntax highlighting, pretty-printing, and docs-linking courtesy of GMLsnip.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GML Syntax Highlighter

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

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

                        See GameMaker Language code written in your browser just as you would in the Studio IDE. Transform dull GML code into pretty-printed, colorful code snippets across the web. Add a coat of fresh paint to the /r/gamemaker, the YoYo Games Forum, and the official GameMaker docs.

Features:
• Color-coded syntax near-identical to what you'll find in GameMaker Studio 2.x.
• Functions link to their respective YoYo Games documentation entries to help you learn GameMaker syntax
• See descriptions and parameters when you hover over a function
• One-click code copying to your clipboard
• A counter in the popup menu to show you how many pretty-printed code snippets you've seen
• Storage sync support for user settings

For additional features, visit https://www.GMLsnip.com                    

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

ชื่อ GML Syntax Highlighter GML Syntax Highlighter
ID ooagiaejlpeookdifcncgcdphmbhpfjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gml-syntax-highlighter/ooagiaejlpeookdifcncgcdphmbhpfjn
คำอธิบาย GameMaker syntax highlighting, pretty-printing, and docs-linking courtesy of GMLsnip.com
ขนาดไฟล์ 137 KB
จำนวนการติดตั้ง 75
เวอร์ชันปัจจุบัน 0.9.6
อัปเดตครั้งล่าสุด 2019-03-22
วันที่เผยแพร่ 2019-03-21
ผู้พัฒนา https://www.gmlsnip.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gmlsnip.com
URL หน้าช่วยเหลือ https://www.zackbanack.com/contact
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "GML",
    "name": "GML Syntax Highlighter",
    "version": "0.9.6",
    "description": "GameMaker syntax highlighting, pretty-printing, and docs-linking courtesy of GMLsnip.com",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_popup": "options.html"
    },
    "applications": {
        "gecko": {
            "id": "gmlsnip@zackbanack",
            "strict_min_version": "53.0"
        }
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/content.js",
                "js\/gml_snip.js",
                "js\/docs.js",
                "js\/gml_syntax.js"
            ],
            "matches": [
                "https:\/\/*.reddit.com\/r\/gamemaker\/*",
                "https:\/\/forum.yoyogames.com\/*",
                "https:\/\/docs2.yoyogames.com\/*",
                "https:\/\/docs.yoyogames.com\/*"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    }
}