switch-document
Click to switch document
switch-documentคืออะไร?
switch-document เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DiamondYuan และคุณลักษณะหลักของมันคือ "Click to switch document"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย switch-document
ดาวน์โหลดไฟล์ส่วนขยาย switch-document ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A useful Chrome plugin that converts English documents into Chinese documents with one click. Or convert Chinese documents into English documents. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | icojdhhggneapoiebbdgilahidgkfpph |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/switch-document/icojdhhggneapoiebbdgilahidgkfpph |
| คำอธิบาย | Click to switch document |
| ขนาดไฟล์ | 1008 KB |
| จำนวนการติดตั้ง | 17 |
| เวอร์ชันปัจจุบัน | 0.7 |
| อัปเดตครั้งล่าสุด | 2019-08-23 |
| วันที่เผยแพร่ | 2019-08-22 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | DiamondYuan |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "switch-document",
"description": "Click to switch document",
"version": "0.7",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"author": "DiamondYuan",
"icons": {
"128": "default.png"
},
"homepage_url": "https:\/\/github.com\/DiamondYuan\/switch-document",
"permissions": [
"tabs",
"https:\/\/raw.githubusercontent.com\/DiamondYuan\/switch-document\/master\/data.json"
],
"manifest_version": 2,
"browser_action": {
"name": "Click to switch document"
}
} | |