Star Wars Countdown

Countdown to the next Star Wars movie

Star Wars Countdown là gì?

Star Wars Countdown là một tiện ích mở rộng Chrome được phát triển bởi cI_-__-_Io, và tính năng chính của nó là "Countdown to the next Star Wars movie".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Star Wars Countdown

Tải xuống các tệp mở rộng Star Wars Countdown dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Star Wars Countdown Star Wars Countdown
ID cdccjpckbfelgielopdgfolegnfneipn
URL Chính Thức https://chrome.google.com/webstore/detail/star-wars-countdown/cdccjpckbfelgielopdgfolegnfneipn
Mô tả Countdown to the next Star Wars movie
Kích Thước Tệp 16.84 KB
Số Lần Cài Đặt 421
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2020-05-09
Ngày Phát Hành 2020-05-09
Đánh Giá 4.47/5 Tổng số 36 Đánh Giá
Nhà Phát Triển cI_-__-_Io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sw-countdown.cod3.net
Ngôn Ngữ Được Hỗ Trợ 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"
}