Tabby Cat - New cats with each new tab
Brighten your day with a cat picture every time you open a tab.
Qu'est-ce que Tabby Cat - New cats with each new tab ?
Tabby Cat - New cats with each new tab est une extension Chrome développée par https://isaacwinters.com, et sa fonction principale est "Brighten your day with a cat picture every time you open a tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tabby Cat - New cats with each new tab
Téléchargez les fichiers d'extension Tabby Cat - New cats with each new tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
You need some more kitty in your life. Tabby Cat shows you a new cat every time you open a new tab.
Informations de Base sur l'Extension
Nom | Tabby Cat - New cats with each new tab |
ID | eglbilcojjagfhgfibibgabkehpbocoa |
URL Officiel | https://chromewebstore.google.com/detail/tabby-cat-new-cats-with-e/eglbilcojjagfhgfibibgabkehpbocoa |
Description | Brighten your day with a cat picture every time you open a tab. |
Taille du Fichier | 11.95 KB |
Nombre d'Installations | 848 |
Version Actuelle | 1.03 |
Dernière Mise à Jour | 2023-03-02 |
Date de Publication | 2020-12-23 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://isaacwinters.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |