Vajehyab
Look up persian words using Vajehyab
Wat is Vajehyab?
Vajehyab is een Chrome-extensie ontwikkeld door Zia Zafari, en de belangrijkste functie is "Look up persian words using Vajehyab".
Extensie Screenshots
Download het CRX-bestand van de extensie Vajehyab
Download Vajehyab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | iiacjfkjpjmnapncgppmjijgmjlgldha |
| Officiële URL | https://chromewebstore.google.com/detail/vajehyab/iiacjfkjpjmnapncgppmjijgmjlgldha |
| Beschrijving | Look up persian words using Vajehyab |
| Bestandsgrootte | 9.56 KB |
| Aantal Installaties | 1,013 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2019-10-17 |
| Publicatiedatum | 2019-10-17 |
| Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Zia Zafari |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |