OSRS Wiki Book

This extension makes the OSRS wiki look like an ancient book

Hvad er OSRS Wiki Book?

OSRS Wiki Book er en Chrome-udvidelse udviklet af bouke.stam, og dens hovedfunktion er "This extension makes the OSRS wiki look like an ancient book".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download OSRS Wiki Book-udvidelses-CRX-fil

Download OSRS Wiki Book-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

                        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æggende oplysninger om udvidelsen

Navn OSRS Wiki Book OSRS Wiki Book
ID gnhlbimaihlhefnlkaanaegnfdfimjoh
Officiel URL https://chromewebstore.google.com/detail/osrs-wiki-book/gnhlbimaihlhefnlkaanaegnfdfimjoh
Beskrivelse This extension makes the OSRS wiki look like an ancient book
Filstørrelse 1.25 MB
Antal Installationer 14
Nuværende Version 0.0.3
Senest Opdateret 2019-04-01
Udgivelsesdato 2019-04-01
Udvikler bouke.stam
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}