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"
    }
}