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"입니다.
확장 프로그램 스크린샷
RuneScape Forum Colour Toggle 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |