Vajehyab
Look up persian words using Vajehyab
什麼是Vajehyab?
Vajehyab是由Zia Zafari開發的Chrome擴展程式,該擴展的主要功能是“Look up persian words using Vajehyab”。
擴展截圖
下載Vajehyab擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | iiacjfkjpjmnapncgppmjijgmjlgldha |
| 官方網址 | 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"
} | |