RuneScape Forum Colour Toggle

Toggle RuneScape Forum Colours

什麼是RuneScape Forum Colour Toggle?

RuneScape Forum Colour Toggle是由http://www.indecentcode.com開發的Chrome擴展程式,該擴展的主要功能是“Toggle RuneScape Forum Colours”。

擴展截圖

screenshot
screenshot
screenshot

下載RuneScape Forum Colour Toggle擴展crx文件

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

擴展使用說明

                        Toggle coloured text on and off with a single click. Designed for the RuneScape forums, to make hard to read text clear and easy on the eyes.

You need not miss out seeing coloured text, you can simply use the toggle whenever you desire. There is no configuring or complex options. The toggle icon is only active when on RSOF, for all other sites it's inactive. 

When on the RSOF, simply click the icon to toggle coloured text. It's that easy!

IndecentCode is in no way affiliated with Jagex or runescape.com. Thus this extension is not endorsed by Jagex.

RuneScape ® is a trademark of Jagex © 1999 - 2013 Andrew Gower and Jagex Ltd.                    

擴展基本資訊

名稱 RuneScape Forum Colour Toggle RuneScape Forum Colour Toggle
ID eionbmkelojkcbjjipalhnginddchipm
官方網址 https://chrome.google.com/webstore/detail/runescape-forum-colour-to/eionbmkelojkcbjjipalhnginddchipm
簡介 Toggle RuneScape Forum Colours
檔案大小 14.26 KB
安裝次數 15
目前版本 1.7.0.1
更新時間 2014-01-22
上架時間 2014-01-22
開發者 http://www.indecentcode.com
付費類型 free
隱私政策頁面URL https://rslinkify.000webhostapp.com/pp/privacy_policy.php
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RuneScape Forum Colour Toggle",
    "version": "1.7.0.1",
    "description": "Toggle RuneScape Forum Colours",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "tabs",
        "http:\/\/services.runescape.com\/m=forum\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/services.runescape.com\/m=forum\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "page_action": {
        "default_icon": "icon1.png"
    },
    "icons": {
        "128": "icon128.png"
    }
}