ColorCode

The Cross-Browser Syntax Highlighter Extension!

ColorCodeคืออะไร?

ColorCode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "The Cross-Browser Syntax Highlighter Extension!"

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

screenshot
screenshot

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

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

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

                        The Cross-Browser Syntax Highlighter Extension! 🎉

ColorCode gives syntax highlighting to raw files in your browser! You can edit the theme, font size, whether or not to add linenumbers, and you can even edit the code live right in your browser!

It makes reading code in the browser actually a pleasant experience, and will increase your productivity.                    

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

ชื่อ ColorCode ColorCode
ID apmkoednnhhkopgaalggjfhomohccaaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/colorcode/apmkoednnhhkopgaalggjfhomohccaaf
คำอธิบาย The Cross-Browser Syntax Highlighter Extension!
ขนาดไฟล์ 1.22 MB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/acheronfail/ColorCode
URL หน้าช่วยเหลือ https://github.com/acheronfail/ColorCode/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ColorCode",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "The Cross-Browser Syntax Highlighter Extension!",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "*:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "ftp:\/\/*\/*",
        ""
    ],
    "options_ui": {
        "page": "options.html"
    },
    "browser_action": {
        "default_title": "ColorCode: click for options",
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        }
    },
    "web_accessible_resources": [
        "fonts\/*",
        "moz-extension:\/\/*",
        "chrome-extension:\/\/*"
    ]
}