Catify - Cute cat in New Tab.
A cute cat in every new tab.
Wat is Catify - Cute cat in New Tab.?
Catify - Cute cat in New Tab. is een Chrome-extensie ontwikkeld door Demoncious, en de belangrijkste functie is "A cute cat in every new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Catify - Cute cat in New Tab.
Download Catify - Cute cat in 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
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.)
Basisinformatie over de Extensie
Naam | |
ID | pmjcfdncnnnjddcfljhhmllmbkkgbhea |
Officiële URL | https://chrome.google.com/webstore/detail/catify-cute-cat-in-new-ta/pmjcfdncnnnjddcfljhhmllmbkkgbhea |
Beschrijving | A cute cat in every new tab. |
Bestandsgrootte | 167 MB |
Aantal Installaties | 4,309 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2020-02-01 |
Publicatiedatum | 2020-01-28 |
Beoordeling | 4.26/5 Totaal 65 Beoordelingen |
Ontwikkelaar | Demoncious |
Betalingswijze | free |
Ondersteunde Talen | 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" } |