Tabby Cat - New cats with each new tab
Brighten your day with a cat picture every time you open a tab.
What is Tabby Cat - New cats with each new tab?
Tabby Cat - New cats with each new tab is a Chrome extension developed by https://isaacwinters.com, and its main feature is "Brighten your day with a cat picture every time you open a tab.".
Extension Screenshots
Download Tabby Cat - New cats with each new tab Extension CRX File
Download Tabby Cat - New cats with each new tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
You need some more kitty in your life. Tabby Cat shows you a new cat every time you open a new tab.
Extension Basic Information
Name | Tabby Cat - New cats with each new tab |
ID | eglbilcojjagfhgfibibgabkehpbocoa |
Official URL | 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. |
File Size | 11.95 KB |
Installation Count | 848 |
Current Version | 1.03 |
Last Updated | 2023-03-02 |
Publish Date | 2020-12-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://isaacwinters.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } } |