RuneScape Forum Colour Toggle
Toggle RuneScape Forum Colours
RuneScape Forum Colour Toggle là gì?
RuneScape Forum Colour Toggle là một tiện ích mở rộng Chrome được phát triển bởi http://www.indecentcode.com, và tính năng chính của nó là "Toggle RuneScape Forum Colours".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng RuneScape Forum Colour Toggle
Tải xuống các tệp mở rộng RuneScape Forum Colour Toggle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eionbmkelojkcbjjipalhnginddchipm |
URL Chính Thức | https://chrome.google.com/webstore/detail/runescape-forum-colour-to/eionbmkelojkcbjjipalhnginddchipm |
Mô tả | Toggle RuneScape Forum Colours |
Kích Thước Tệp | 14.26 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 1.7.0.1 |
Cập Nhật Lần Cuối | 2014-01-22 |
Ngày Phát Hành | 2014-01-22 |
Nhà Phát Triển | http://www.indecentcode.com |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://rslinkify.000webhostapp.com/pp/privacy_policy.php |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |