Custom Tab Extension
This new tab with changing wallpaper will display weather and date/time at user's current location
Hvad er Custom Tab Extension?
Custom Tab Extension er en Chrome-udvidelse udviklet af bhavyac045, og dens hovedfunktion er "This new tab with changing wallpaper will display weather and date/time at user's current location".
Udvidelsesskærmbilleder
Download Custom Tab Extension-udvidelses-CRX-fil
Download Custom Tab Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Custom Tab Extension |
ID | fdmjinolaboakdlcnlclmnkklkfgapnd |
Officiel URL | https://chromewebstore.google.com/detail/custom-tab-extension/fdmjinolaboakdlcnlclmnkklkfgapnd |
Beskrivelse | This new tab with changing wallpaper will display weather and date/time at user's current location |
Filstørrelse | 702 KB |
Antal Installationer | 57 |
Nuværende Version | 3 |
Senest Opdateret | 2020-08-26 |
Udgivelsesdato | 2020-05-05 |
Udvikler | bhavyac045 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |