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 |
| 官方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"
} | |