Tab of Art

Feast Your Eyes Before You Browse

What is Tab of Art?

Tab of Art is a Chrome extension developed by http://krekib.com, and its main feature is "Feast Your Eyes Before You Browse".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Tab of Art Extension CRX File

Download Tab of Art 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

                        ’Tab of Art’ generates a unique artwork every time you open a new tab.                    

Extension Basic Information

Name Tab of Art Tab of Art
ID ibdfapdpbgfbcapldbfojfoofcfiephj
Official URL https://chrome.google.com/webstore/detail/tab-of-art/ibdfapdpbgfbcapldbfojfoofcfiephj
Description Feast Your Eyes Before You Browse
File Size 1.13 MB
Installation Count 123
Current Version 1.4.0
Last Updated 2020-05-17
Publish Date 2020-05-17
Rating 5.00/5 Total 7 Ratings
Developer http://krekib.com
Extension Website https://krekib.com/wall
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab of Art",
    "description": "Feast Your Eyes Before You Browse",
    "version": "1.4.0",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "https:\/\/*.krekib.com\/"
    ],
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "index\/index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}