Neon New Tab
Overrides new tab page with a neon clock and temperature display
Neon New Tabとは何ですか?
Neon New TabはMikołaj Zyzańskiによって開発されたChromeの拡張機能で、その主な機能は「Overrides new tab page with a neon clock and temperature display」です。
拡張機能のスクリーンショット
Neon New Tab拡張機能のCRXファイルをダウンロード
Neon New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Chrome Extension replaces the New Tab page with a Neon Clock and Temperature display! Note: This extension requires the 'geolocation' permission in order to get the correct temperature displayed
拡張機能の基本情報
名前 | Neon New Tab |
ID | dhdelkmgfhkhhklmhimfiacbopehpicg |
公式URL | https://chromewebstore.google.com/detail/neon-new-tab/dhdelkmgfhkhhklmhimfiacbopehpicg |
説明 | Overrides new tab page with a neon clock and temperature display |
ファイルサイズ | 2.8 MB |
インストール数 | 17 |
現在のバージョン | 0.0.2 |
最終更新日 | 2019-05-05 |
公開日 | 2019-05-05 |
開発者 | Mikołaj Zyzański |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Redseb/neonClock |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Neon New Tab", "description": "Overrides new tab page with a neon clock and temperature display", "version": "0.0.2", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "geolocation" ], "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "images\/icon48.png" } } |