Sakura rain

Display animation imitating sakura falling from branches being blown into air, on browsing page, to appreciate sakura beauty indoor.

Sakura rainคืออะไร?

Sakura rain เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Display animation imitating sakura falling from branches being blown into air, on browsing page, to appreciate sakura beauty indoor."

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

screenshot

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

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

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

                        Display animation imitating sakura falling from branches being blown into air, on browsing page, to appreciate sakura beauty indoor.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sakura rain Sakura rain
ID nlignnkbnkkifeholilhddbhglllkcfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sakura-rain/nlignnkbnkkifeholilhddbhglllkcfk
คำอธิบาย Display animation imitating sakura falling from branches being blown into air, on browsing page, to appreciate sakura beauty indoor.
ขนาดไฟล์ 19.66 KB
จำนวนการติดตั้ง 681
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-04-30
วันที่เผยแพร่ 2020-04-29
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sakura rain",
    "description": "Display animation imitating sakura falling from branches being blown into air, on browsing page, to appreciate sakura beauty indoor.",
    "version": "1.0",
    "browser_action": {
        "default_title": "Rain sakura",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}