Breathe

A Firefox WebExtension reminding you to breathe, or anything else.

ما هو Breathe؟

Breathe هو إضافة Chrome تم تطويرها بواسطة Path Seventeen، والميزة الرئيسية لها هي "A Firefox WebExtension reminding you to breathe, or anything else.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Remember to breathe. This extension shows you a simple message of your choice every time you open a new tab. You can create a list of messages that the extension will randomly choose from. You can also change the colors and fonts of the message.                    

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

الاسم Breathe Breathe
ID lnepdnkpeilknjfjhibhcbmpmmdpmffa
عنوان URL الرسمي https://chromewebstore.google.com/detail/breathe/lnepdnkpeilknjfjhibhcbmpmmdpmffa
الوصف A Firefox WebExtension reminding you to breathe, or anything else.
حجم الملف 59.69 KB
عدد التثبيتات 36
النسخة الحالية 1.2.0
آخر تحديث 2017-03-27
تاريخ النشر 2017-03-27
تقييم 5.00/5 مجموع تقييمات 2
المطور Path Seventeen
نوع الدفع free
موقع الإضافة https://github.com/prtksxna/breathe
عنوان صفحة المساعدة https://github.com/prtksxna/breathe/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Breathe",
    "version": "1.2.0",
    "description": "A Firefox WebExtension reminding you to breathe, or anything else.",
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_ui": {
        "page": "settings\/settings.html"
    },
    "permissions": [
        "storage"
    ]
}