InTab - Style Websites Faster

Visually Style Any Website In Any Browser

InTab - Style Websites Faster क्या है?

InTab - Style Websites Faster https://intab.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Visually Style Any Website In Any Browser"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ⚡ Ship Responsive CSS 3X Faster ⚡

👓 Visually edit any website with InTab's No-Code CSS editor
🔍 Hover to inspect CSS - no need to open devtools
📱  Test your website responsiveness in 20+ devices with real-time sync
🏃‍♀️  Write CSS faster with built-in templates for animations/flexbox/grid layout
👇  1 Click to export auto-generated media quires and global CSS                    

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

नाम InTab - Style Websites Faster InTab - Style Websites Faster
ID lhdkpgngfiagclieobnhbcljckhelbjh
आधिकारिक URL https://chromewebstore.google.com/detail/intab-style-websites-fast/lhdkpgngfiagclieobnhbcljckhelbjh
विवरण Visually Style Any Website In Any Browser
फ़ाइल का आकार 557 KB
स्थापना संख्या 2,595
वर्तमान संस्करण 2.9.71
अंतिम अपडेट 2022-03-07
प्रकाशन तिथि 2020-07-24
रेटिंग 4.80/5 कुल 10 रेटिंग्स
डेवलपर https://intab.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://intab.io
सहायता पृष्ठ URL https://intab.io/#faq
गोपनीयता नीति पृष्ठ URL https://intab.io/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "InTab - Style Websites Faster",
    "version": "2.9.71",
    "homepage_url": "https:\/\/intab.io",
    "description": "Visually Style Any Website In Any Browser",
    "icons": {
        "16": "asset\/icon\/icon16-b79dec42b9.png",
        "24": "asset\/icon\/icon24-59a144b68a.png",
        "32": "asset\/icon\/icon32-c9adbb6137.png",
        "48": "asset\/icon\/icon48-49d2b1e943.png",
        "128": "asset\/icon\/icon128-f779a20e37.png"
    },
    "browser_action": {
        "default_title": "InTab",
        "default_icon": {
            "19": "asset\/icon\/icon19-47a63f3e59.png",
            "24": "asset\/icon\/icon24-59a144b68a.png",
            "38": "asset\/icon\/icon38-9c356bd0f6.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Z"
            }
        }
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "browsingData",
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            ".\/poly-5119552852.js",
            ".\/back-08397916a9.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                ".\/poly-5119552852.js",
                ".\/context-f84dfc8839.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*\/*"
    ]
}