Custom Tab Extension
This new tab with changing wallpaper will display weather and date/time at user's current location
Co je Custom Tab Extension?
Custom Tab Extension je rozšíření Chrome vyvinuté bhavyac045, a jeho hlavní funkcí je „This new tab with changing wallpaper will display weather and date/time at user's current location“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Custom Tab Extension
Stáhněte si soubory rozšíření Custom Tab Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Custom Tab Extension |
ID | fdmjinolaboakdlcnlclmnkklkfgapnd |
Oficiální URL | https://chromewebstore.google.com/detail/custom-tab-extension/fdmjinolaboakdlcnlclmnkklkfgapnd |
Popis | This new tab with changing wallpaper will display weather and date/time at user's current location |
Velikost souboru | 702 KB |
Počet instalací | 57 |
Aktuální Verze | 3 |
Poslední Aktualizace | 2020-08-26 |
Datum Vydání | 2020-05-05 |
Vývojář | bhavyac045 |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |