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".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" } } |