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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | cdccjpckbfelgielopdgfolegnfneipn |
官方網址 | 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" } |