Worm Wiki Search

Searches for the selected text in the Worm Wiki

Worm Wiki Searchคืออะไร?

Worm Wiki Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jaydenw91 และคุณลักษณะหลักของมันคือ "Searches for the selected text in the Worm Wiki"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Worm Wiki Search

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}