Quran Annotate
Save vocabulary to memorize while reading the Quran.
Was ist Quran Annotate?
Quran Annotate ist eine Chrome-Erweiterung, die von quranannotate entwickelt wurde, und ihr Hauptmerkmal ist "Save vocabulary to memorize while reading the Quran.".
Erweiterungsscreenshots
Quran Annotate-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quran Annotate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | glecejlnidccgagdfdjpboknhmfalhhh |
| Offizielle URL | https://chromewebstore.google.com/detail/quran-annotate/glecejlnidccgagdfdjpboknhmfalhhh |
| Beschreibung | Save vocabulary to memorize while reading the Quran. |
| Dateigröße | 1.43 MB |
| Installationsanzahl | 24 |
| Aktuelle Version | 0.0.0.3 |
| Letztes Update | 2019-09-15 |
| Veröffentlichungsdatum | 2019-09-14 |
| Entwickler | quranannotate |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |