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
官方網址 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
電子郵箱 [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"
    ]
}