Random Activity Generator

Bored? This extension generates a random activity for you :)

Random Activity Generatorคืออะไร?

Random Activity Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Harsimran Saini และคุณลักษณะหลักของมันคือ "Bored? This extension generates a random activity for you :)"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Random Activity Generator

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

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

                        This is a random activity generator.
Perfect for when you want to try something new or are feeling bored!
Click the randomise button to discover a new activity.                    

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

ชื่อ Random Activity Generator Random Activity Generator
ID edaipoiaiajganlibdhfpjboofgjfink
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/random-activity-generator/edaipoiaiajganlibdhfpjboofgjfink
คำอธิบาย Bored? This extension generates a random activity for you :)
ขนาดไฟล์ 16.24 KB
จำนวนการติดตั้ง 104
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-10-15
วันที่เผยแพร่ 2021-10-15
ผู้พัฒนา Harsimran Saini
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Activity Generator",
    "version": "1.0.0",
    "description": "Bored? This extension generates a random activity for you :)",
    "browser_action": {
        "default_icon": "image-48.png",
        "default_popup": "activities.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "image-16.png",
        "48": "image-48.png",
        "128": "image-128.png"
    },
    "manifest_version": 2
}