Relaxation Plug-In

[Sit back, relax and enjoy the calming words of this guided meditation.]

ما هو Relaxation Plug-In؟

Relaxation Plug-In هو إضافة Chrome تم تطويرها بواسطة jennyanagnos، والميزة الرئيسية لها هي "[Sit back, relax and enjoy the calming words of this guided meditation.]".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Relaxation Plug-In

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

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

                        Sit back, relax, and enjoy the soothing words of this guided meditation take over your browser.                    

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

الاسم Relaxation Plug-In Relaxation Plug-In
ID jcfgjbfadlodaenbaphdadgijpkelkab
عنوان URL الرسمي https://chromewebstore.google.com/detail/relaxation-plug-in/jcfgjbfadlodaenbaphdadgijpkelkab
الوصف [Sit back, relax and enjoy the calming words of this guided meditation.]
حجم الملف 22.92 KB
عدد التثبيتات 21
النسخة الحالية 0.2
آخر تحديث 2016-06-02
تاريخ النشر 2016-06-01
تقييم 1.00/5 مجموع تقييمات 1
المطور jennyanagnos
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://cargocollective.com/relaxation-plug-in/Download
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Relaxation Plug-In",
    "description": "[Sit back, relax and enjoy the calming words of this guided meditation.]",
    "version": "0.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Relax a little"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}