Custom Tab Extension
This new tab with changing wallpaper will display weather and date/time at user's current location
Custom Tab Extensionとは何ですか?
Custom Tab Extensionはbhavyac045によって開発されたChromeの拡張機能で、その主な機能は「This new tab with changing wallpaper will display weather and date/time at user's current location」です。
拡張機能のスクリーンショット
Custom Tab Extension拡張機能のCRXファイルをダウンロード
Custom Tab Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This customized new tab with changing wallpaper will display weather and date/time at user's current location. Link to Covid-19 alerts and Gmail are added advantage.
拡張機能の基本情報
名前 | Custom Tab Extension |
ID | fdmjinolaboakdlcnlclmnkklkfgapnd |
公式URL | https://chromewebstore.google.com/detail/custom-tab-extension/fdmjinolaboakdlcnlclmnkklkfgapnd |
説明 | This new tab with changing wallpaper will display weather and date/time at user's current location |
ファイルサイズ | 702 KB |
インストール数 | 57 |
現在のバージョン | 3 |
最終更新日 | 2020-08-26 |
公開日 | 2020-05-05 |
開発者 | bhavyac045 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom Tab Extension", "description": "This new tab with changing wallpaper will display weather and date\/time at user's current location", "version": "3", "manifest_version": 2, "background": { "scripts": [ "background.js", "content.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "chrome_url_overrides": { "newtab": "options.html" }, "browser_action": { "default_title": "Custom Tab" }, "permissions": [ "activeTab", "geolocation", "identity", "identity.email" ] } |