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 |
官方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:\/\/*\/*", " |