Habitica

A launcher to quickly get to Habitica. Especially great for Mac users.

ما هو Habitica؟

Habitica هو إضافة Chrome تم تطويرها بواسطة Sam Dale، والميزة الرئيسية لها هي "A launcher to quickly get to Habitica. Especially great for Mac users.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Habitica

قم بتنزيل ملفات الامتداد Habitica بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A simple launcher that opens up your Habitica dashboard in a new tab. It's especially great for Mac users.

Unlike the official Habitica extension, this does not track (nor monitor) your web history.

Check out the repository on GitHub: https://github.com/sdale28/habitica-extension

Note that I do not claim the Habitica site as my own. Habitica is an open source project that helps you form positive habits and break bad ones. This is simply my first extension, designed to make getting to Habitica easier.                    

معلومات أساسية عن التمديد

الاسم Habitica Habitica
ID kaioddlknfmbibclnlnmbgjajbacgnab
عنوان URL الرسمي https://chromewebstore.google.com/detail/habitica/kaioddlknfmbibclnlnmbgjajbacgnab
الوصف A launcher to quickly get to Habitica. Especially great for Mac users.
حجم الملف 37.85 KB
عدد التثبيتات 2,385
النسخة الحالية 1.1
آخر تحديث 2016-10-19
تاريخ النشر 2016-10-18
تقييم 4.56/5 مجموع تقييمات 9
المطور Sam Dale
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Habitica",
    "author": "Sam Dale",
    "description": "A launcher to quickly get to Habitica. Especially great for Mac users.",
    "version": "1.1",
    "icons": {
        "16": "habitica-logo-16.png",
        "128": "habitica-logo-128.png",
        "512": "habitica-logo-512.png"
    },
    "browser_action": {
        "default_icon": "habitica-logo-128.png",
        "default_title": "Habitica"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}