Coding+
为 Coding.net 添加更多酷炫的特性!
Coding+คืออะไร?
Coding+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bluishoul และคุณลักษณะหลักของมันคือ "为 Coding.net 添加更多酷炫的特性!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Coding+
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
}
} | |