Quran Annotate
Save vocabulary to memorize while reading the Quran.
Hvad er Quran Annotate?
Quran Annotate er en Chrome-udvidelse udviklet af quranannotate, og dens hovedfunktion er "Save vocabulary to memorize while reading the Quran.".
Udvidelsesskærmbilleder
Download Quran Annotate-udvidelses-CRX-fil
Download Quran Annotate-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
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | glecejlnidccgagdfdjpboknhmfalhhh |
| Officiel URL | https://chromewebstore.google.com/detail/quran-annotate/glecejlnidccgagdfdjpboknhmfalhhh |
| Beskrivelse | Save vocabulary to memorize while reading the Quran. |
| Filstørrelse | 1.43 MB |
| Antal Installationer | 24 |
| Nuværende Version | 0.0.0.3 |
| Senest Opdateret | 2019-09-15 |
| Udgivelsesdato | 2019-09-14 |
| Udvikler | quranannotate |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |