Custom Tab Extension
This new tab with changing wallpaper will display weather and date/time at user's current location
Apa itu Custom Tab Extension?
Custom Tab Extension adalah ekstensi Chrome yang dikembangkan oleh bhavyac045, dan fitur utamanya adalah "This new tab with changing wallpaper will display weather and date/time at user's current location".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Custom Tab Extension
Unduh file ekstensi Custom Tab Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Custom Tab Extension |
ID | fdmjinolaboakdlcnlclmnkklkfgapnd |
URL Resmi | https://chromewebstore.google.com/detail/custom-tab-extension/fdmjinolaboakdlcnlclmnkklkfgapnd |
Deskripsi | This new tab with changing wallpaper will display weather and date/time at user's current location |
Ukuran File | 702 KB |
Jumlah Instalasi | 57 |
Versi Saat Ini | 3 |
Terakhir Diperbarui | 2020-08-26 |
Tanggal Publikasi | 2020-05-05 |
Pengembang | bhavyac045 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |