Worm Wiki Search

Searches for the selected text in the Worm Wiki

Worm Wiki Search là gì?

Worm Wiki Search là một tiện ích mở rộng Chrome được phát triển bởi jaydenw91, và tính năng chính của nó là "Searches for the selected text in the Worm Wiki".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Worm Wiki Search

Tải xuống các tệp mở rộng Worm Wiki Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Worm Wiki Search Worm Wiki Search
ID hoifpllckdmhoaceicljkkccjombapfd
URL Chính Thức https://chromewebstore.google.com/detail/worm-wiki-search/hoifpllckdmhoaceicljkkccjombapfd
Mô tả Searches for the selected text in the Worm Wiki
Kích Thước Tệp 33.79 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2018-11-01
Ngày Phát Hành 2018-11-01
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển jaydenw91
Loại Thanh Toán free
Trang Web Mở Rộng http://jaydenwise.herokuapp.com/
URL Trang Trợ Giúp http://jaydenwise.herokuapp.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}