HabitRPG Interactive

Interact with HabitRPG Items on the fly

HabitRPG Interactiveคืออะไร?

HabitRPG Interactive เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anijam และคุณลักษณะหลักของมันคือ "Interact with HabitRPG Items on the fly"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HabitRPG Interactive

ดาวน์โหลดไฟล์ส่วนขยาย HabitRPG Interactive ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
        }
    ]
}