RuneScape Forum Colour Toggle
Toggle RuneScape Forum Colours
RuneScape Forum Colour Toggleคืออะไร?
RuneScape Forum Colour Toggle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.indecentcode.com และคุณลักษณะหลักของมันคือ "Toggle RuneScape Forum Colours"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RuneScape Forum Colour Toggle
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | eionbmkelojkcbjjipalhnginddchipm |
URL อย่างเป็นทางการ | 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" } } |