Tabby
Favicons with cats
What is Tabby?
Tabby is a Chrome extension developed by Jessie Contour, and its main feature is "Favicons with cats".
Extension Screenshots
Download Tabby Extension CRX File
Download Tabby 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
Replaces some favicons with cats Extension Basic Information
| Name | |
| ID | odhmempcncmlplmbokhdamcfdidbeeke |
| Official URL | https://chrome.google.com/webstore/detail/tabby/odhmempcncmlplmbokhdamcfdidbeeke |
| Description | Favicons with cats |
| File Size | 49.75 KB |
| Installation Count | 189 |
| Current Version | 0.0.2 |
| Last Updated | 2017-03-14 |
| Publish Date | 2017-03-13 |
| Rating | 4.17/5 Total 6 Ratings |
| Developer | Jessie Contour |
| Payment Type | free |
| Extension Website | http://www.jessiecontour.com |
| Supported Languages | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tabby",
"description": "Favicons with cats",
"version": "0.0.2",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"http:\/\/*\/*"
],
"js": [
"\/lib\/jquery-min.js",
"favicon.js"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"\/lib\/jquery-min.js"
]
},
"permissions": [
"tabs"
],
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
}
} | |