OSRS wiki search
To use, type 'osrs' plus a search term.
Wat is OSRS wiki search?
OSRS wiki search is een Chrome-extensie ontwikkeld door 4ilo, en de belangrijkste functie is "To use, type 'osrs' plus a search term.".
Extensie Screenshots
Download het CRX-bestand van de extensie OSRS wiki search
Download OSRS wiki search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows you to search the official OSRS wiki located at https://oldschool.runescape.wiki/ from the address bar of your browser. OSRS WIKI SEARCH IS NOT AFFILIATED WITH JAGEX LTD. OR OLDSCHOOL RUNESCAPE.
Basisinformatie over de Extensie
Naam | |
ID | ghncjkjokhipajoelhjmblbjpgiiinog |
Officiële URL | https://chrome.google.com/webstore/detail/osrs-wiki-search/ghncjkjokhipajoelhjmblbjpgiiinog |
Beschrijving | To use, type 'osrs' plus a search term. |
Bestandsgrootte | 14.13 KB |
Aantal Installaties | 73 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-01-07 |
Publicatiedatum | 2019-01-07 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | 4ilo |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OSRS wiki search", "description": "To use, type 'osrs' plus a search term.", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "omnibox": { "keyword": "osrs" }, "permissions": [ "https:\/\/oldschool.runescape.wiki\/" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "author": "4ilo", "manifest_version": 2 } |