Colored New Tab

Google Chrome (or Chromium) extension that opens the new tab in a specific color

Colored New Tab क्या है?

Colored New Tab https://glogovetan.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Google Chrome (or Chromium) extension that opens the new tab in a specific color"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A minimalist Chrome extension that replaces the New Tab page with simple colors.

Features:
- Fast loading
- Beautiful full page colors
- Unobtrusive color switcher                    

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

नाम Colored New Tab Colored New Tab
ID bfjhjeccmlkbbgliegkapplkpkcngeaa
आधिकारिक URL https://chromewebstore.google.com/detail/colored-new-tab/bfjhjeccmlkbbgliegkapplkpkcngeaa
विवरण Google Chrome (or Chromium) extension that opens the new tab in a specific color
फ़ाइल का आकार 11.46 KB
स्थापना संख्या 40
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2018-03-11
प्रकाशन तिथि 2018-03-11
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://glogovetan.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/rdig/colored-new-tab
सहायता पृष्ठ URL https://github.com/rdig/colored-new-tab/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colored New Tab",
    "short_name": "New Tab",
    "version": "1.0.0",
    "description": "Google Chrome (or Chromium) extension that opens the new tab in a specific color",
    "author": "Raul Glogovetan",
    "homepage_url": "https:\/\/github.com\/rdig\/colored-new-tab",
    "icons": {
        "16": "extension_icon_16.png",
        "48": "extension_icon_48.png",
        "128": "extension_icon_128.png"
    },
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "TabPage\/index.html"
    }
}