Worm Wiki Search
Searches for the selected text in the Worm Wiki
Hvad er Worm Wiki Search?
Worm Wiki Search er en Chrome-udvidelse udviklet af jaydenw91, og dens hovedfunktion er "Searches for the selected text in the Worm Wiki".
Udvidelsesskærmbilleder
Download Worm Wiki Search-udvidelses-CRX-fil
Download Worm Wiki Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hoifpllckdmhoaceicljkkccjombapfd |
Officiel URL | https://chromewebstore.google.com/detail/worm-wiki-search/hoifpllckdmhoaceicljkkccjombapfd |
Beskrivelse | Searches for the selected text in the Worm Wiki |
Filstørrelse | 33.79 KB |
Antal Installationer | 28 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2018-11-01 |
Udgivelsesdato | 2018-11-01 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | jaydenw91 |
Betalingsmetode | free |
Udvidelseswebsted | http://jaydenwise.herokuapp.com/ |
Hjælpeside-URL | http://jaydenwise.herokuapp.com/ |
Understøttede Sprog | 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" } } |