Worm Wiki Search
Searches for the selected text in the Worm Wiki
Worm Wiki Search क्या है?
Worm Wiki Search jaydenw91 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Searches for the selected text in the Worm Wiki"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Worm Wiki Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |