Calendar New Tab
The best calendar background new tab extension.
Calendar New Tabとは何ですか?
Calendar New Tabはcalendarnewtabによって開発されたChromeの拡張機能で、その主な機能は「The best calendar background new tab extension.」です。
拡張機能のスクリーンショット
Calendar New Tab拡張機能のCRXファイルをダウンロード
Calendar New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Every time you tear a leaf off a calendar, you present a new place for new ideas and progress. Similarly, while we search for every new thing that must bring out the excitement within us, the Calendar New Tab extension brings us an amazing browsing experience by revealing every new background image and date box (on which current day, date and time is displayed and you can go back and forth by clicking on the arrows) on switching up a new tab and redirecting the search results in Microsoft Bing. By clicking “Add to Chrome”, You accept and agree to installing the Calendar New Tab Chrome extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab Search will be provided by Microsoft Bing
拡張機能の基本情報
名前 | Calendar New Tab |
ID | bkjifdbakfbheolpepmcjhceohjpmkil |
公式URL | https://chromewebstore.google.com/detail/calendar-new-tab/bkjifdbakfbheolpepmcjhceohjpmkil |
説明 | The best calendar background new tab extension. |
ファイルサイズ | 1.03 MB |
インストール数 | 4,255 |
現在のバージョン | 1.0.5 |
最終更新日 | 2023-06-29 |
公開日 | 2022-11-20 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | calendarnewtab |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://calendarnewtab.com/privacy.html |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "manifest_version": 3, "name": "Calendar New Tab", "version": "1.0.5", "description": "The best calendar background new tab extension.", "permissions": [ "cookies", "storage" ], "chrome_url_overrides": { "newtab": "CLND_Main.html" }, "action": { "default_icon": "calendar.png" }, "icons": { "16": "calendar.png", "48": "calendar.png", "128": "calendar.png" } } |