Custom Tab Extension
This new tab with changing wallpaper will display weather and date/time at user's current location
Wat is Custom Tab Extension?
Custom Tab Extension is een Chrome-extensie ontwikkeld door bhavyac045, en de belangrijkste functie is "This new tab with changing wallpaper will display weather and date/time at user's current location".
Extensie Screenshots
Download het CRX-bestand van de extensie Custom Tab Extension
Download Custom Tab Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | fdmjinolaboakdlcnlclmnkklkfgapnd |
| Officiële URL | https://chromewebstore.google.com/detail/custom-tab-extension/fdmjinolaboakdlcnlclmnkklkfgapnd |
| Beschrijving | This new tab with changing wallpaper will display weather and date/time at user's current location |
| Bestandsgrootte | 702 KB |
| Aantal Installaties | 57 |
| Huidige Versie | 3 |
| Laatst Bijgewerkt | 2020-08-26 |
| Publicatiedatum | 2020-05-05 |
| Ontwikkelaar | bhavyac045 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |