Catify - Cute cat in New Tab.
A cute cat in every new tab.
Qu'est-ce que Catify - Cute cat in New Tab. ?
Catify - Cute cat in New Tab. est une extension Chrome développée par Demoncious, et sa fonction principale est "A cute cat in every new tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Catify - Cute cat in New Tab.
Téléchargez les fichiers d'extension Catify - Cute cat in 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
A cute cat in every new tab. Every time you open a New Tab a new animated cat will appear to make your day better. UPDATED --- V (0.4) - More animations added. - Top visited websites badges added. - Search issue fixed. - Design Update. *Note (I don't own any Rights to images used in this extension they are from all over the internet to spread Love for cats :) If you are Owner of images Contact me and i will remove them right away.)
Informations de Base sur l'Extension
Nom | |
ID | pmjcfdncnnnjddcfljhhmllmbkkgbhea |
URL Officiel | https://chrome.google.com/webstore/detail/catify-cute-cat-in-new-ta/pmjcfdncnnnjddcfljhhmllmbkkgbhea |
Description | A cute cat in every new tab. |
Taille du Fichier | 167 MB |
Nombre d'Installations | 4,309 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2020-02-01 |
Date de Publication | 2020-01-28 |
Évaluation | 4.26/5 Total 65 Évaluations |
Développeur | Demoncious |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "src\/browser_action\/browser_action.js" ] }, "browser_action": { "default_icon": "icons\/icon19.png", "default_popup": "src\/browser_action\/browser_action.html", "default_title": "Catify - Cute cat in New Tab" }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "description": "A cute cat in every new tab.", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsVrb8aBIQb3c\/19Yt2xFKuoVJUyuSzCAwSGbY1a1ZmjjfMkPTde26\/xzW1TWPuvP3z8ytXbvWDu6S5Mml9pn7Y0XSKaieaFBy3bdDXBu2f1lAnWSyxNJkyFeboXkaPPlOpcluZp5rw3qGRdvqU9cP8xeqkokOZZ0Hulop7Sc+8kIdhudkAAW2Evv2TCb6ZOXa8RjX2QSxwFBdAudnceyabTPqoa73h7S1+9v8w39Z7LdlFJlvpy4quBkA3yI3ddS7WCIVdhGlywMvbjgb6kas5Vbw7QVrMmc7FYJsSxQLLTNxzrZlMfzcIhPK4NZeGQCWVG75EC9VYizG2n0iQakLQIDAQAB", "manifest_version": 2, "name": "Catify - Cute cat in New Tab.", "permissions": [ "tabs", "topSites" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.4" } |