Grape Bubble Gum
Overrides the new tab page
Wat is Grape Bubble Gum?
Grape Bubble Gum is een Chrome-extensie ontwikkeld door Mikołaj Zyzański, en de belangrijkste functie is "Overrides the new tab page".
Extensie Screenshots
Download het CRX-bestand van de extensie Grape Bubble Gum
Download Grape Bubble Gum-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
A stylish new tab page with inspiring messages and an accurate clock! Basisinformatie over de Extensie
| Naam | |
| ID | nnmofdhbnininldeejjljbagmkafklgm |
| Officiële URL | https://chromewebstore.google.com/detail/grape-bubble-gum/nnmofdhbnininldeejjljbagmkafklgm |
| Beschrijving | Overrides the new tab page |
| Bestandsgrootte | 117 KB |
| Aantal Installaties | 14 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2020-08-25 |
| Publicatiedatum | 2020-08-25 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Mikołaj Zyzański |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://mikozyz.dev/ |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Grape Bubble Gum",
"description": "Overrides the new tab page",
"version": "0.0.1",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [],
"chrome_url_overrides": {
"newtab": "index.html"
},
"browser_action": {
"default_icon": "images\/icon48.png"
}
} | |