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
官方URL 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"
    }
}