AIO Old School RuneScape
All in one Old School RuneScape resources manager.
AIO Old School RuneScape란 무엇입니까?
AIO Old School RuneScape은(는) jasonou에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "All in one Old School RuneScape resources manager."입니다.
확장 프로그램 스크린샷
AIO Old School RuneScape 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Chrome Extension Link: https://chrome.google.com/webstore/detail/aio-old-school-runescape/dfdfjcfajgbmcecfohciilepidcilppl AIO Old School RuneScape Resources Manager Chrome Extension All in one (2007) RuneScape resources manager. *** FEATURES *** · Easy access to common resources · Combat Calculator · Crystal Math Labs · Hiscores · News · Reddit · Skills Calculator · Grand Exchange · Wikia · Instant lookup for OSRS Wiki · Instant lookup for OSRS Grand Exchange · Instant lookup for 2007Scape Reddit · Instant lookup for OSRS Hiscores · Ability to use shortcut commands to search when using enter key · Right click anywhere and have quick resource links displayed · Set your account for Crystal Math Labs · Ability to choose what links you want displayed in options · Updated Wikia theme to be more user friendly ** FUTURE UPDATES ** · Development has been halted for now =========================== DISCLAIMER: "Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use." This extension is made by me, Jason Ou and this is in no way shape or form affiliated to Jagex or their products. RuneScape® is a registered trademark of Jagex Ltd © 1999 - 2017. http://www.runescape.com
확장 프로그램 기본 정보
이름 | AIO Old School RuneScape |
ID | dfdfjcfajgbmcecfohciilepidcilppl |
공식 URL | https://chromewebstore.google.com/detail/aio-old-school-runescape/dfdfjcfajgbmcecfohciilepidcilppl |
설명 | All in one Old School RuneScape resources manager. |
파일 크기 | 105 KB |
설치 횟수 | 76 |
현재 버전 | 2.20 |
최근 업데이트 | 2017-12-20 |
출시 날짜 | 2017-12-20 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | jasonou |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AIO Old School RuneScape", "version": "2.20", "manifest_version": 2, "description": "All in one Old School RuneScape resources manager.", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon16.png" }, "background": { "scripts": [ "scripts\/jquery-3.2.1.min.js", "background\/eventPage.js" ], "persistent": false }, "browser_action": { "default_title": "AIO Old School RuneScape", "default_icon": "icons\/icon48.png", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "css": [ "content\/content.css" ], "js": [ "content\/content.js" ], "matches": [ "http:\/\/oldschoolrunescape.wikia.com\/wiki\/*" ] } ], "options_page": "options\/options.html", "permissions": [ "contextMenus", "storage" ] } |