Star Wars Countdown

Countdown to the next Star Wars movie

什么是Star Wars Countdown?

Star Wars Countdown是由cI_-__-_Io开发的Chrome扩展程序,该扩展的主要功能是“Countdown to the next Star Wars movie”。

扩展截图

screenshot

下载Star Wars Countdown扩展crx文件

下载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"
}