YAWE (Yet Another Wiki Extension)
View and Search for Wikipedia Articles
Qu'est-ce que YAWE (Yet Another Wiki Extension) ?
YAWE (Yet Another Wiki Extension) est une extension Chrome développée par David Knaack, et sa fonction principale est "View and Search for Wikipedia Articles".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YAWE (Yet Another Wiki Extension)
Téléchargez les fichiers d'extension YAWE (Yet Another Wiki Extension) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
View and Search for Wikipedia Articles! * Back/forward support * Search autocompletion and highlight * Open in new tab * Support for ANY wiki powered by MediaWiki with the mobileview plugin installed * Theme support * No permissions required
Informations de Base sur l'Extension
Nom | YAWE (Yet Another Wiki Extension) |
ID | daffpdngkoncjmbmpbmpkpehjjkffinb |
URL Officiel | https://chromewebstore.google.com/detail/yawe-yet-another-wiki-ext/daffpdngkoncjmbmpbmpkpehjjkffinb |
Description | View and Search for Wikipedia Articles |
Taille du Fichier | 403 KB |
Nombre d'Installations | 17 |
Version Actuelle | 4.2.7 |
Dernière Mise à Jour | 2020-10-11 |
Date de Publication | 2017-12-02 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | David Knaack |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/davidkna/YAWE |
URL de la Page d'Aide | https://github.com/davidkna/YAWE/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YAWE (Yet Another Wiki Extension)", "short_name": "YAWE", "author": "David Knaack", "version": "4.2.7", "description": "View and Search for Wikipedia Articles", "applications": { "gecko": { "id": "jid0-DPhEBG7AOfT3WFrfbEc8TplXMmY@jetpack", "strict_min_version": "57.0" } }, "icons": { "16": "images\/icon_16x16.png", "48": "images\/icon_48x48.png", "128": "images\/icon_128x128.png" }, "options_page": "options.html", "browser_action": { "default_icon": { "19": "images\/icon_19x19.png", "38": "images\/icon_38x38.png" }, "default_title": "YAWE (Yet Another Wiki Extension)", "default_popup": "index.html" }, "manifest_version": 2, "minimum_chrome_version": "62", "minimum_opera_version": "49", "content_security_policy": "script-src 'self'; object-src 'none'; frame-src 'self'; font-src 'self'" } |