Just Do It

A little bit of motivation for any occasion!

Just Do Itคืออะไร?

Just Do It เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hunter Parks และคุณลักษณะหลักของมันคือ "A little bit of motivation for any occasion!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Just Do It

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

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

                        Are you looking for a bit of motivation? Install this extension to be motivated by none-other-than Shia LaBeouf with the simple click-of-a-button. One activated, Just Do It will randomly play one of six clips from Shia's own "Just Do It" motivational speech YouTube video.

Update notes can be found below. Please leave feedback if there are any suggestions/issues!

**Version 0.2.1**
- Updated to v3 manifest for better compatibility

**Version 0.1.14**
- Updated to comply with updated CWS guidelines

**Version 0.1.0**
- Initial release of Just Do It

For information on older releases, please visit the following link:
https://github.com/hunterparks/JustDoIt                    

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

ชื่อ Just Do It Just Do It
ID pdnkdpkigplndkpnciommmacnplfjbal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/just-do-it/pdnkdpkigplndkpnciommmacnplfjbal
คำอธิบาย A little bit of motivation for any occasion!
ขนาดไฟล์ 12.06 MB
จำนวนการติดตั้ง 4,449
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2022-01-25
วันที่เผยแพร่ 2017-06-09
คะแนน 4.64/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา Hunter Parks
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/hunterparks/JustDoIt
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": "images\/icon.png",
        "icons": [
            "images\/icon.png"
        ],
        "default_title": "Just Do It"
    },
    "content_scripts": [
        {
            "css": [
                "styles\/main.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "Just Do It",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.1",
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*",
                "\/images\/*",
                "\/styles\/main.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}