Upword
Increase your vocabulary with this simple extension
Upwordคืออะไร?
Upword เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Increase your vocabulary with this simple extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Upword
ดาวน์โหลดไฟล์ส่วนขยาย Upword ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Upword is a Chrome Extension for Gmail that allows user to quickly replace words with their synonyms. Upword can also be configured using a hotkey (in development).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Upword |
ID | caccnpmojcgaglgnmbchfodecmfkcjkl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/upword/caccnpmojcgaglgnmbchfodecmfkcjkl |
คำอธิบาย | Increase your vocabulary with this simple extension |
ขนาดไฟล์ | 885 KB |
จำนวนการติดตั้ง | 110 |
เวอร์ชันปัจจุบัน | 0.1.0.1 |
อัปเดตครั้งล่าสุด | 2017-03-14 |
วันที่เผยแพร่ | 2017-03-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/winstonjz/Upword |
URL หน้าช่วยเหลือ | https://github.com/winstonjz/Upword |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Upword", "description": "Increase your vocabulary with this simple extension", "version": "0.1.0.1", "background": { "scripts": [ ".\/event\/event.js" ] }, "browser_action": { "default_title": "Upword", "default_popup": "popup\/index.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "content\/content.css" ], "js": [ ".\/content\/content.js" ] } ], "icons": { "16": "docs\/icons\/16.png", "48": "docs\/icons\/48.png", "128": "docs\/icons\/128.png" }, "permissions": [ "tabs", "activeTab", "*:\/\/mail.google.com\/*", "storage", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/", "contextMenus" ] } |