Coding+
为 Coding.net 添加更多酷炫的特性!
什么是Coding+?
Coding+是由bluishoul开发的Chrome扩展程序,该扩展的主要功能是“为 Coding.net 添加更多酷炫的特性!”。
扩展截图
下载Coding+扩展crx文件
下载Coding+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
为 Coding.net 添加更多酷炫的特性! -------------------------------------- Change Log: v1.1.1 ( 2015-06-03) 修复 adminer 无法点击管理数据库的问题
扩展基本信息
名称 | |
ID | acnaapkhlmodemlhcemfkdmnmdflfaec |
官方URL | https://chrome.google.com/webstore/detail/coding+/acnaapkhlmodemlhcemfkdmnmdflfaec |
简介 | 为 Coding.net 添加更多酷炫的特性! |
文件大小 | 425 KB |
安装次数 | 567 |
当前版本 | 1.1.1 |
更新时间 | 2017-09-03 |
上架时间 | 2017-09-03 |
评分 | 5.00/5 共7次评分 |
开发者 | bluishoul |
付费类型 | free |
扩展官网 | https://coding.net/coding/coding-plus.git |
帮助页面URL | https://coding.net/u/coding/p/coding-plus/topic |
支持的语言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.1.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "zh_CN", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/db-admin.coding.io\/" ], "js": [ "scripts\/storage.js", "scripts\/adminer\/content.js" ] } ], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Coding+", "default_popup": "popup.html" }, "homepage_url": "https:\/\/coding.net\/u\/bluishoul\/p\/coding-plus", "permissions": [ "tabs", "https:\/\/coding.net\/*\/*", "http:\/\/*.codingapp.com\/", "http:\/\/*.coding.io\/" ], "sandbox": { "pages": [ "tpl_sandbox.html" ] } } |