Quran Annotate
Save vocabulary to memorize while reading the Quran.
Wat is Quran Annotate?
Quran Annotate is een Chrome-extensie ontwikkeld door quranannotate, en de belangrijkste functie is "Save vocabulary to memorize while reading the Quran.".
Extensie Screenshots
Download het CRX-bestand van de extensie Quran Annotate
Download Quran Annotate-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
Use this extension to save vocabulary while you are reading the Quran online. It currently works with https://quranwbw.com for and https://equranlibrary.com. You can view your saved vocabulary list on the extension page.
Basisinformatie over de Extensie
Naam | Quran Annotate |
ID | glecejlnidccgagdfdjpboknhmfalhhh |
Officiële URL | https://chromewebstore.google.com/detail/quran-annotate/glecejlnidccgagdfdjpboknhmfalhhh |
Beschrijving | Save vocabulary to memorize while reading the Quran. |
Bestandsgrootte | 1.43 MB |
Aantal Installaties | 24 |
Huidige Versie | 0.0.0.3 |
Laatst Bijgewerkt | 2019-09-15 |
Publicatiedatum | 2019-09-14 |
Ontwikkelaar | quranannotate |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quran Annotate", "version": "0.0.0.3", "manifest_version": 2, "description": "Save vocabulary to memorize while reading the Quran.", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/32.png", "128": "icon\/128.png" }, "permissions": [ "storage", "downloads" ], "background": { "page": "background.html", "persistent": false }, "browser_action": { "title": "See your vocabulary" }, "content_scripts": [ { "matches": [ "*:\/\/*.quranwbw.com\/*" ], "js": [ "quranwbw.js" ] }, { "matches": [ "*:\/\/*.equranlibrary.com\/*" ], "js": [ "equranlibrary.js" ] } ] } |