Tabulous

This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…

Tabulous क्या है?

Tabulous erindelady द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tabulous एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together. 

Optional actual clock overlay, or random sassy phrases.                    

एक्सटेंशन की मूल जानकारी

नाम Tabulous Tabulous
ID fcckbadfjehdbhfknonkbpahjlbmdemf
आधिकारिक URL https://chromewebstore.google.com/detail/tabulous/fcckbadfjehdbhfknonkbpahjlbmdemf
विवरण This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…
फ़ाइल का आकार 131 KB
स्थापना संख्या 17
वर्तमान संस्करण 1.2
अंतिम अपडेट 2017-01-07
प्रकाशन तिथि 2017-01-06
डेवलपर erindelady
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabulous",
    "short_name": "Tabtabtabtab",
    "version": "1.2",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon48.png",
            "32": "icons\/icon128.png"
        },
        "default_popup": "options.html"
    }
}