Coding+
为 Coding.net 添加更多酷炫的特性!
What is Coding+?
Coding+ is a Chrome extension developed by bluishoul, and its main feature is "为 Coding.net 添加更多酷炫的特性!".
Extension Screenshots
Download Coding+ Extension CRX File
Download Coding+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
为 Coding.net 添加更多酷炫的特性!
--------------------------------------
Change Log:
v1.1.1 ( 2015-06-03)
修复 adminer 无法点击管理数据库的问题 Extension Basic Information
| Name | |
| ID | acnaapkhlmodemlhcemfkdmnmdflfaec |
| Official URL | https://chrome.google.com/webstore/detail/coding+/acnaapkhlmodemlhcemfkdmnmdflfaec |
| Description | 为 Coding.net 添加更多酷炫的特性! |
| File Size | 425 KB |
| Installation Count | 567 |
| Current Version | 1.1.1 |
| Last Updated | 2017-09-03 |
| Publish Date | 2017-09-03 |
| Rating | 5.00/5 Total 7 Ratings |
| Developer | bluishoul |
| Payment Type | free |
| Extension Website | https://coding.net/coding/coding-plus.git |
| Help Page URL | https://coding.net/u/coding/p/coding-plus/topic |
| Supported Languages | 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"
]
}
} | |