HabitRPG Interactive
Interact with HabitRPG Items on the fly
HabitRPG Interactive란 무엇입니까?
HabitRPG Interactive은(는) anijam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Interact with HabitRPG Items on the fly"입니다.
확장 프로그램 스크린샷
HabitRPG Interactive 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
UPDATE: * Fixed some visual tweaks. * Added Rewards. DOES NOT INCLUDE GEAR UPGRADES. Only custom rewards. UPDATE: * Now includes an offline mode. If the extension can't reach HabitRPG, it will save actions and execute them next time you are online AND open the extension. * Fixed some minor visual bugs with displaying currency (both total, and earned) * Completed items are now dealt with in true HabitRPG Style, with To Do's being bumped to another tab and Dailies bumped to the bottom. Handy extension to easily view and interact with you HabitRPG lists without having to go directly to the page every time. Current Features: * View Health, Experience, and Gold * View Habits, Dailies, and To Dos * Complete tasks or mark up or down on habits * Lists are as close to HabitRPG's interface as possible. To set up, go to your HabitRPG page, click the cog in the corner and click 'API'. There, you should find your User ID and API Token to copy and paste into the options page of the extension. Click 'Save', and you're good to go!
확장 프로그램 기본 정보
이름 | HabitRPG Interactive |
ID | gibpkkgilfoeihbgnlafalhjfljbibnj |
공식 URL | https://chromewebstore.google.com/detail/habitrpg-interactive/gibpkkgilfoeihbgnlafalhjfljbibnj |
설명 | Interact with HabitRPG Items on the fly |
파일 크기 | 11.62 MB |
설치 횟수 | 110 |
현재 버전 | 1.5.4 |
최근 업데이트 | 2014-10-13 |
출시 날짜 | 2014-10-13 |
평점 | 3.50/5 총 4 개의 평점 |
개발자 | anijam |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HabitRPG Interactive", "version": "1.5.4", "manifest_version": 2, "description": "Interact with HabitRPG Items on the fly", "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "jquery.min.js", "background.min.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "main.min.js" ], "run_at": "document_end" } ] } |