Dictar
Send website's URL to dictar.app for further processing.
Dictarคืออะไร?
Dictar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dictar.app และคุณลักษณะหลักของมันคือ "Send website's URL to dictar.app for further processing."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dictar
ดาวน์โหลดไฟล์ส่วนขยาย Dictar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Improve your listening skills in your target language by listening to a dictation. Use this extension to send the current URL to the dictar.app website.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bgpgnnmlppcmllbnckkjmfghkdgngibn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dictar/bgpgnnmlppcmllbnckkjmfghkdgngibn |
คำอธิบาย | Send website's URL to dictar.app for further processing. |
ขนาดไฟล์ | 11.46 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-06-22 |
วันที่เผยแพร่ | 2020-06-21 |
ผู้พัฒนา | https://dictar.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://dictar.app/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dictar", "version": "1.1", "description": "Send website's URL to dictar.app for further processing.", "icons": { "48": "icons\/logo48.png", "96": "icons\/logo96.png" }, "browser_action": { "default_icon": "icons\/logo32.png", "default_title": "Dictar" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "dictar.js" ] } } |