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 |
公式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 |
Eメール | [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" } |