OSRS Wiki Book

This extension makes the OSRS wiki look like an ancient book

OSRS Wiki Bookとは何ですか?

OSRS Wiki Bookはbouke.stamによって開発されたChromeの拡張機能で、その主な機能は「This extension makes the OSRS wiki look like an ancient book」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

OSRS Wiki Book拡張機能のCRXファイルをダウンロード

OSRS Wiki Book拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 OSRS Wiki Book OSRS Wiki Book
ID gnhlbimaihlhefnlkaanaegnfdfimjoh
公式URL https://chromewebstore.google.com/detail/osrs-wiki-book/gnhlbimaihlhefnlkaanaegnfdfimjoh
説明 This extension makes the OSRS wiki look like an ancient book
ファイルサイズ 1.25 MB
インストール数 14
現在のバージョン 0.0.3
最終更新日 2019-04-01
公開日 2019-04-01
開発者 bouke.stam
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}