Vajehyab
Look up persian words using Vajehyab
Vajehyabคืออะไร?
Vajehyab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zia Zafari และคุณลักษณะหลักของมันคือ "Look up persian words using Vajehyab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vajehyab
ดาวน์โหลดไฟล์ส่วนขยาย Vajehyab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is an alternative extension for Vajehyab. Make a selection of your word and use the context menu to look it up using Vajehyab. You can search both English and Persian words. Disclaimer: this extension is in no way related to the developers of Vajehyab. I myself am simply a user of the site who is interested in an alternative way to access it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Vajehyab |
ID | iiacjfkjpjmnapncgppmjijgmjlgldha |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vajehyab/iiacjfkjpjmnapncgppmjijgmjlgldha |
คำอธิบาย | Look up persian words using Vajehyab |
ขนาดไฟล์ | 9.56 KB |
จำนวนการติดตั้ง | 1,013 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2019-10-17 |
วันที่เผยแพร่ | 2019-10-17 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Zia Zafari |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vajehyab", "version": "1.1", "manifest_version": 2, "description": "Look up persian words using Vajehyab", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "vajehyab.js" ] }, "permissions": [ "activeTab", "contextMenus" ], "author": "Zia Zafari" } |