ColorCode
The Cross-Browser Syntax Highlighter Extension!
什麼是ColorCode?
ColorCode是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“The Cross-Browser Syntax Highlighter Extension!”。
擴展截圖
下載ColorCode擴展crx文件
下載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 |
ID | apmkoednnhhkopgaalggjfhomohccaaf |
官方網址 | 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:\/\/*\/*", " |