Vajehyab
Look up persian words using Vajehyab
Hvad er Vajehyab?
Vajehyab er en Chrome-udvidelse udviklet af Zia Zafari, og dens hovedfunktion er "Look up persian words using Vajehyab".
Udvidelsesskærmbilleder
Download Vajehyab-udvidelses-CRX-fil
Download Vajehyab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | iiacjfkjpjmnapncgppmjijgmjlgldha |
| Officiel URL | https://chromewebstore.google.com/detail/vajehyab/iiacjfkjpjmnapncgppmjijgmjlgldha |
| Beskrivelse | Look up persian words using Vajehyab |
| Filstørrelse | 9.56 KB |
| Antal Installationer | 1,013 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2019-10-17 |
| Udgivelsesdato | 2019-10-17 |
| Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
| Udvikler | Zia Zafari |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
} | |