Worm Wiki Search

Searches for the selected text in the Worm Wiki

¿Qué es Worm Wiki Search?

Worm Wiki Search es una extensión de Chrome desarrollada por jaydenw91, y su función principal es "Searches for the selected text in the Worm Wiki".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Worm Wiki Search

Descarga archivos de extensión Worm Wiki Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Quickly and easily search the Worm Wikia. 
The Worm Wikia, (or the Parahumans Web Serial Novel Wiki) is a Wiki dedicated to everything about the Worm and Ward Web Serial Novels. 
Parahumans is one of the most popular Web Serials on the internet, and is updated twice weekly.

As a long term fan of John C. McCrae, AKA Wildbow, it can sometimes be quite easy to get lost in the extensive world building he has created for us. I developed this extension to make it easier for the reader to quickly search for a cape name or character so as to better understand the story.

Watch out for Spoilers!                    

Información Básica de la Extensión

Nombre Worm Wiki Search Worm Wiki Search
ID hoifpllckdmhoaceicljkkccjombapfd
URL Oficial https://chromewebstore.google.com/detail/worm-wiki-search/hoifpllckdmhoaceicljkkccjombapfd
Descripción Searches for the selected text in the Worm Wiki
Tamaño del Archivo 33.79 KB
Cantidad de Instalaciones 28
Versión Actual 0.0.1
Última Actualización 2018-11-01
Fecha de Publicación 2018-11-01
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador jaydenw91
Tipo de Pago free
Sitio Web de la Extensión http://jaydenwise.herokuapp.com/
URL de la Página de Ayuda http://jaydenwise.herokuapp.com/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Worm Wiki Search",
    "short_name": "Search",
    "description": "Searches for the selected text in the Worm Wiki",
    "version": "0.0.1",
    "minimum_chrome_version": "38",
    "permissions": [
        "contextMenus",
        "tabs",
        "declarativeContent"
    ],
    "page_action": {
        "default_icon": {
            "16": "assets\/img\/worm16.png",
            "32": "assets\/img\/worm32.png",
            "48": "assets\/img\/worm48.png",
            "128": "assets\/img\/worm128.png"
        }
    },
    "icons": {
        "16": "assets\/img\/worm16.png",
        "32": "assets\/img\/worm32.png",
        "48": "assets\/img\/worm48.png",
        "128": "assets\/img\/worm128.png"
    },
    "background": {
        "page": "background.html"
    }
}