Wiki Viewer

Search entire wikipedia library with a single click.

Cos'è Wiki Viewer?

Wiki Viewer è un'estensione di Chrome sviluppata da Scuer, e la sua funzione principale è "Search entire wikipedia library with a single click.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Wiki Viewer

Scarica i file di estensione Wiki Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Wikipedia Viewer lets you search Wikipedia using a handy button in Your browser. Quickly find information you need, it's fast and lightweight. You can save a lot of time if you rely on Wikipedia in Your work, school or home. Access the biggest collection of information faster and more efficiently!

Wikipedia is a trademark of the Wikimedia Foundation and is used with the permission of the Wikimedia Foundation. We are not endorsed by or affiliated with the Wikimedia Foundation.                    

Informazioni di Base sull'Estensione

Nome Wiki Viewer Wiki Viewer
ID ciddbcbjkgfcihojgjnlooihhchpdmfa
URL Ufficiale https://chromewebstore.google.com/detail/wiki-viewer/ciddbcbjkgfcihojgjnlooihhchpdmfa
Descrizione Search entire wikipedia library with a single click.
Dimensione del File 40.36 KB
Conteggio Installazioni 23
Versione Corrente 1.2.1
Ultimo Aggiornamento 2016-12-06
Data di Pubblicazione 2016-12-06
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Scuer
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki Viewer",
    "description": "Search entire wikipedia library with a single click.",
    "version": "1.2.1",
    "author": "Scuer",
    "short_name": "WV",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "index.html"
    },
    "options_ui": {
        "page": "option.html"
    },
    "permissions": [
        "https:\/\/*.wikipedia.org\/w\/api.php",
        "storage"
    ]
}