Worm Wiki Search

Searches for the selected text in the Worm Wiki

Apa itu Worm Wiki Search?

Worm Wiki Search adalah ekstensi Chrome yang dikembangkan oleh jaydenw91, dan fitur utamanya adalah "Searches for the selected text in the Worm Wiki".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Worm Wiki Search

Unduh file ekstensi Worm Wiki Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Worm Wiki Search Worm Wiki Search
ID hoifpllckdmhoaceicljkkccjombapfd
URL Resmi https://chromewebstore.google.com/detail/worm-wiki-search/hoifpllckdmhoaceicljkkccjombapfd
Deskripsi Searches for the selected text in the Worm Wiki
Ukuran File 33.79 KB
Jumlah Instalasi 28
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2018-11-01
Tanggal Publikasi 2018-11-01
Penilaian 3.00/5 Total 2 Penilaian
Pengembang jaydenw91
Tipe Pembayaran free
Situs Ekstensi http://jaydenwise.herokuapp.com/
URL Halaman Bantuan http://jaydenwise.herokuapp.com/
Bahasa yang Didukung 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"
    }
}