TimeNow
Allowing users to easily track the current time across different regions of the world.
TimeNowとは何ですか?
TimeNowはPlaydigo Incによって開発されたChromeの拡張機能で、その主な機能は「Allowing users to easily track the current time across different regions of the world.」です。
拡張機能のスクリーンショット
TimeNow拡張機能のCRXファイルをダウンロード
TimeNow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Time Now is a free new tab extension that allows you to view time zones in multiple places around the world instantly. With a user-friendly interface, this extension provides you with the current time and date in various cities, making it easy to stay connected across different time zones. It also includes a customizable web search bar, for convenient internet searches. By clicking "Add to Chrome", I accept and agree to install TimeNow Chrome extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use - http://timenow.world/terms-and-conditions/ and Privacy Policy - http://timenow.world/privacy-policy/ You can find more about us here: http://timenow.world/about-us/
拡張機能の基本情報
名前 | |
ID | afilbkkbagloanfddkgnbeamaoekando |
公式URL | https://chromewebstore.google.com/detail/timenow/afilbkkbagloanfddkgnbeamaoekando |
説明 | Allowing users to easily track the current time across different regions of the world. |
ファイルサイズ | 3.28 MB |
インストール数 | 7,941 |
現在のバージョン | 2.1 |
最終更新日 | 2023-09-06 |
公開日 | 2023-07-02 |
評価 | 4.75/5 合計 8 レビュー |
開発者 | Playdigo Inc |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://timenow.world/ |
プライバシーポリシーページのURL | https://playdigo.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TimeNow", "description": "Allowing users to easily track the current time across different regions of the world.", "version": "2.1", "chrome_url_overrides": { "newtab": "index.html" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "images\/logo.png" }, "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "64": "images\/64x64.png", "128": "images\/128x128.png" } } |