OSRS Wiki Book
This extension makes the OSRS wiki look like an ancient book
Vad är OSRS Wiki Book?
OSRS Wiki Book är en Chrome-tillägg utvecklad av bouke.stam, och dess huvudfunktion är "This extension makes the OSRS wiki look like an ancient book".
Tilläggsskärmbilder
Ladda ner OSRS Wiki Book-förlängningens CRX-fil
Ladda ner OSRS Wiki Book-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension makes the old school runescape wiki look like an ancient book. It removes a lot of clutter and adds a more relaxing atmostphere to the pages. The extension works only with the new wiki (not the old fandom wiki) and currently looks best on 1920x1080.
Grundläggande Information om Tillägg
Namn | OSRS Wiki Book |
ID | gnhlbimaihlhefnlkaanaegnfdfimjoh |
Officiell webbadress | https://chromewebstore.google.com/detail/osrs-wiki-book/gnhlbimaihlhefnlkaanaegnfdfimjoh |
Beskrivning | This extension makes the OSRS wiki look like an ancient book |
Filstorlek | 1.25 MB |
Antal Installationer | 14 |
Aktuell Version | 0.0.3 |
Senast Uppdaterad | 2019-04-01 |
Publiceringsdatum | 2019-04-01 |
Utvecklare | bouke.stam |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OSRS Wiki Book", "version": "0.0.3", "manifest_version": 2, "description": "This extension makes the OSRS wiki look like an ancient book", "homepage_url": "http:\/\/extensionizr.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/oldschool.runescape.wiki\/w\/*" ], "exclude_matches": [ "https:\/\/oldschool.runescape.wiki\/w\/Optimal_quest_guide", "https:\/\/oldschool.runescape.wiki\/w\/Update:*", "https:\/\/oldschool.runescape.wiki\/w\/Calculator*", "https:\/\/oldschool.runescape.wiki\/w\/*_Diary", "https:\/\/oldschool.runescape.wiki\/w\/Money_making_guide*" ], "css": [ "src\/style.css" ], "js": [ "src\/script.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "library.jpg", "book.png" ] } |