Wuxiaworld: Reading Mode

This extension improves the reading experience on www.wuxiaworld.com.

什麼是Wuxiaworld: Reading Mode?

Wuxiaworld: Reading Mode是由Jefferson開發的Chrome擴展程式,該擴展的主要功能是“This extension improves the reading experience on www.wuxiaworld.com.”。

擴展截圖

screenshot
screenshot

下載Wuxiaworld: Reading Mode擴展crx文件

下載Wuxiaworld: Reading Mode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The best extension that improves your reading experience at Wuxiaworld.com!


Patch: Version 2.2

Updated experience for current website design.                    

擴展基本資訊

名稱 Wuxiaworld: Reading Mode Wuxiaworld: Reading Mode
ID fembnbnndllidgfefmooackcioieebgn
官方網址 https://chrome.google.com/webstore/detail/wuxiaworld-reading-mode/fembnbnndllidgfefmooackcioieebgn
簡介 This extension improves the reading experience on www.wuxiaworld.com.
檔案大小 3.71 MB
安裝次數 199
目前版本 2.2.0
更新時間 2019-06-19
上架時間 2019-06-19
評分 3.33/5 共 6 次評分
開發者 Jefferson
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wuxiaworld: Reading Mode",
    "description": "This extension improves the reading experience on www.wuxiaworld.com.",
    "version": "2.2.0",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Wuxiaworld: Reading Mode"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "https:\/\/www.wuxiaworld.com\/*"
    ],
    "background": {
        "scripts": [
            "src\/js\/install.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.wuxiaworld.com\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "src\/js\/reading-mode.js"
            ],
            "css": [
                "src\/css\/reading-mode.css"
            ]
        }
    ],
    "options_ui": {
        "page": "src\/options.html",
        "chrome_style": true
    }
}