Spec Tabs

Spec Tabs

Spec Tabs क्या है?

Spec Tabs Delfia Limited द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Spec Tabs"।

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

screenshot

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

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

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

                        No more boring tabs! 
Our extension will help you make your browser colorful. By downloading it, you can easily install any beautiful image for every tab instead of gloomy ones.

Features:
🔸Our new tabs have a modified background image, which minimizes the load on the eyes from bright light in the dark; 
🔸This extension will help you quickly, by simply clicking on the buttons, clear: the browser history, cookies, the list of downloaded files, and the global cleaning of all stored data in the browser;
🔸Moreover, our extension is really easy to use. 

By clicking "Add to chrome", I accept and agree to install the "Spec Tabs" Chrome extension and setting Chrome™ New Tab page to that provided by the service and the Terms of Use https://spectabsext.com/terms and Privacy Policy https://spectabsext.com/privacy
Contact us https://spectabsext.com/contacts

We are always working on new features, so you can email us to request them. 
And if you have a few minutes, please leave us a review. It is very important to our company. Thank you! https://spectabsext.com/aboutus

If you want to uninstall our extension please follow this link https://spectabsext.com/uninstall                    

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

नाम Spec Tabs Spec Tabs
ID pnmgfgmabennkmoknmmdklacnophnmmn
आधिकारिक URL https://chrome.google.com/webstore/detail/spec-tabs/pnmgfgmabennkmoknmmdklacnophnmmn
विवरण Spec Tabs
फ़ाइल का आकार 262 KB
स्थापना संख्या 60,684
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-09-02
प्रकाशन तिथि 2021-08-23
रेटिंग 4.94/5 कुल 16 रेटिंग्स
डेवलपर Delfia Limited
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://spectabsext.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "fav.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "description": "Spec Tabs",
    "icons": {
        "128": "fav.png"
    },
    "manifest_version": 2,
    "name": "Spec Tabs",
    "permissions": [
        "browsingData",
        "background"
    ],
    "version": "1.0.0"
}