Tabby Cat - New cats with each new tab
Brighten your day with a cat picture every time you open a tab.
Wat is Tabby Cat - New cats with each new tab?
Tabby Cat - New cats with each new tab is een Chrome-extensie ontwikkeld door https://isaacwinters.com, en de belangrijkste functie is "Brighten your day with a cat picture every time you open a tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tabby Cat - New cats with each new tab
Download Tabby Cat - New cats with each new tab-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
You need some more kitty in your life. Tabby Cat shows you a new cat every time you open a new tab. Basisinformatie over de Extensie
| Naam | |
| ID | eglbilcojjagfhgfibibgabkehpbocoa |
| Officiële URL | https://chromewebstore.google.com/detail/tabby-cat-new-cats-with-e/eglbilcojjagfhgfibibgabkehpbocoa |
| Beschrijving | Brighten your day with a cat picture every time you open a tab. |
| Bestandsgrootte | 11.95 KB |
| Aantal Installaties | 848 |
| Huidige Versie | 1.03 |
| Laatst Bijgewerkt | 2023-03-02 |
| Publicatiedatum | 2020-12-23 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://isaacwinters.com |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tabby Cat - New cats with each new tab",
"description": "Brighten your day with a cat picture every time you open a tab.",
"version": "1.03",
"chrome_url_overrides": {
"newtab": "newpage.html"
},
"permissions": [
"storage"
],
"background": {
"scripts": [
"background.js",
"async-chrome-storage.js"
],
"persistent": false
}
} | |