Kuaidula快读啦
快速接入快读啦kuaidula.com
Kuaidula快读啦คืออะไร?
Kuaidula快读啦 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย September และคุณลักษณะหลักของมันคือ "快速接入快读啦kuaidula.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kuaidula快读啦
ดาวน์โหลดไฟล์ส่วนขยาย Kuaidula快读啦 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
==4,25,2014更新==
加入当前页面支持,无需跳转
快速接入快读啦kuaidula.com
选中文字右键即可使用 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | eciblbmhipceenpjandbgolgdndlbple |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kuaidula%E5%BF%AB%E8%AF%BB%E5%95%A6/eciblbmhipceenpjandbgolgdndlbple |
| คำอธิบาย | 快速接入快读啦kuaidula.com |
| ขนาดไฟล์ | 53.75 KB |
| จำนวนการติดตั้ง | 2,677 |
| เวอร์ชันปัจจุบัน | 1.1.1 |
| อัปเดตครั้งล่าสุด | 2014-03-25 |
| วันที่เผยแพร่ | 2014-03-25 |
| คะแนน | 3.96/5 รวมทั้งหมด 53 คะแนน |
| ผู้พัฒนา | September |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://kuaidula.com |
| URL หน้าช่วยเหลือ | http://kuaidula.com |
| ภาษาที่รองรับ | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Kuaidula\u5feb\u8bfb\u5566",
"description": "\u5feb\u901f\u63a5\u5165\u5feb\u8bfb\u5566kuaidula.com",
"version": "1.1.1",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"contextMenus",
"tabs",
"background",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"main.css"
],
"js": [
"jquery.min.js",
"main.js"
]
}
],
"manifest_version": 2
} | |