Christmas Countdown New Tab Page
A nice Blue Christmas countdown timer for the current year, rather than the chrome default
Christmas Countdown New Tab Pageとは何ですか?
Christmas Countdown New Tab Pageはtoxicによって開発されたChromeの拡張機能で、その主な機能は「A nice Blue Christmas countdown timer for the current year, rather than the chrome default」です。
拡張機能のスクリーンショット
Christmas Countdown New Tab Page拡張機能のCRXファイルをダウンロード
Christmas Countdown New Tab Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Christmas Countdown New Tab Page Short name: xmas clock Version 1.3 by toxic RESOLUTION N/A A simple Christmas Countdown Clock for the current year every time you open a New Tab Page, better than the original huh! ;) Looks extra nice when used with the Easy Blue Christmas Theme. https://goo.gl/ADp4bZ http://www.facebook.com/toxicthemesv2 Many Thanks toxic update note: 1.3 cleaned code to pull info straight from the website. cleaner images.
拡張機能の基本情報
名前 | |
ID | abpdmjhkcjkncefiicjabnapdmbgfalg |
公式URL | https://chrome.google.com/webstore/detail/christmas-countdown-new-t/abpdmjhkcjkncefiicjabnapdmbgfalg |
説明 | A nice Blue Christmas countdown timer for the current year, rather than the chrome default |
ファイルサイズ | 41.28 KB |
インストール数 | 462 |
現在のバージョン | 1.3 |
最終更新日 | 2018-03-01 |
公開日 | 2018-03-01 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | toxic |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.facebook.com/toxicthemesv2 |
ヘルプページのURL | http://www.facebook.com/toxicthemesv2 |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Christmas Countdown New Tab Page", "short_name": "xmas clock", "description": "A nice Blue Christmas countdown timer for the current year, rather than the chrome default", "version": "1.3", "background": { "scripts": [ "background.js" ] }, "incognito": "split", "chrome_url_overrides": { "newtab": "ccd.html" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2 } |