Star Wars Countdown

Countdown to the next Star Wars movie

Star Wars Countdownคืออะไร?

Star Wars Countdown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cI_-__-_Io และคุณลักษณะหลักของมันคือ "Countdown to the next Star Wars movie"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Star Wars Countdown

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

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

                        Display a countdown to the next Star Wars movie right next to your address bar.                    

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

ชื่อ Star Wars Countdown Star Wars Countdown
ID cdccjpckbfelgielopdgfolegnfneipn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/star-wars-countdown/cdccjpckbfelgielopdgfolegnfneipn
คำอธิบาย Countdown to the next Star Wars movie
ขนาดไฟล์ 16.84 KB
จำนวนการติดตั้ง 421
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2020-05-09
วันที่เผยแพร่ 2020-05-09
คะแนน 4.47/5 รวมทั้งหมด 36 คะแนน
ผู้พัฒนา cI_-__-_Io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sw-countdown.cod3.net
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Star Wars Countdown"
    },
    "description": "Countdown to the next Star Wars movie",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Star Wars Countdown",
    "permissions": [
        "tabs",
        "notifications"
    ],
    "version": "0.0.6"
}