InTab - Style Websites Faster

Visually Style Any Website In Any Browser

什么是InTab - Style Websites Faster?

InTab - Style Websites Faster是由https://intab.io开发的Chrome扩展程序,该扩展的主要功能是“Visually Style Any Website In Any Browser”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载InTab - Style Websites Faster扩展crx文件

下载InTab - Style Websites Faster扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ⚡ 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": [
        "*\/*"
    ]
}