OSRS Wiki Book
This extension makes the OSRS wiki look like an ancient book
Was ist OSRS Wiki Book?
OSRS Wiki Book ist eine Chrome-Erweiterung, die von bouke.stam entwickelt wurde, und ihr Hauptmerkmal ist "This extension makes the OSRS wiki look like an ancient book".
Erweiterungsscreenshots
OSRS Wiki Book-Erweiterungs-CRX-Datei herunterladen
Laden Sie OSRS Wiki Book-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | gnhlbimaihlhefnlkaanaegnfdfimjoh | 
| Offizielle URL | https://chromewebstore.google.com/detail/osrs-wiki-book/gnhlbimaihlhefnlkaanaegnfdfimjoh | 
| Beschreibung | This extension makes the OSRS wiki look like an ancient book | 
| Dateigröße | 1.25 MB | 
| Installationsanzahl | 14 | 
| Aktuelle Version | 0.0.3 | 
| Letztes Update | 2019-04-01 | 
| Veröffentlichungsdatum | 2019-04-01 | 
| Entwickler | bouke.stam | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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"
    ]
}  |  |