OSRS wiki search
To use, type 'osrs' plus a search term.
What is OSRS wiki search?
OSRS wiki search is a Chrome extension developed by 4ilo, and its main feature is "To use, type 'osrs' plus a search term.".
Extension Screenshots
Download OSRS wiki search Extension CRX File
Download OSRS wiki search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ghncjkjokhipajoelhjmblbjpgiiinog |
Official URL | https://chrome.google.com/webstore/detail/osrs-wiki-search/ghncjkjokhipajoelhjmblbjpgiiinog |
Description | To use, type 'osrs' plus a search term. |
File Size | 14.13 KB |
Installation Count | 73 |
Current Version | 1.0 |
Last Updated | 2019-01-07 |
Publish Date | 2019-01-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | 4ilo |
Payment Type | free |
Supported Languages | 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 } |