Worm Wiki Search

Searches for the selected text in the Worm Wiki

什麼是Worm Wiki Search?

Worm Wiki Search是由jaydenw91開發的Chrome擴展程式,該擴展的主要功能是“Searches for the selected text in the Worm Wiki”。

擴展截圖

screenshot

下載Worm Wiki Search擴展crx文件

下載Worm Wiki Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Worm Wiki Search Worm Wiki Search
ID hoifpllckdmhoaceicljkkccjombapfd
官方網址 https://chromewebstore.google.com/detail/worm-wiki-search/hoifpllckdmhoaceicljkkccjombapfd
簡介 Searches for the selected text in the Worm Wiki
檔案大小 33.79 KB
安裝次數 28
目前版本 0.0.1
更新時間 2018-11-01
上架時間 2018-11-01
評分 3.00/5 共 2 次評分
開發者 jaydenw91
付費類型 free
擴展官網 http://jaydenwise.herokuapp.com/
說明頁面URL http://jaydenwise.herokuapp.com/
支援的語言 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"
    }
}