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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

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