Grids by Color Sets

Flexible column and baseline grids, beautifully rendered in your browser.

什么是Grids by Color Sets?

Grids by Color Sets是由https://colorsets.com开发的Chrome扩展程序,该扩展的主要功能是“Flexible column and baseline grids, beautifully rendered in your browser.”。

扩展截图

screenshot
screenshot

下载Grids by Color Sets扩展crx文件

下载Grids by Color Sets扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Flexible column and baseline grids, beautifully rendered in your browser.                    

扩展基本信息

名称 Grids by Color Sets Grids by Color Sets
ID ohmjbldcfanjibdmbfpdlffhagjedobb
官方URL https://chromewebstore.google.com/detail/grids-by-color-sets/ohmjbldcfanjibdmbfpdlffhagjedobb
简介 Flexible column and baseline grids, beautifully rendered in your browser.
文件大小 171 KB
安装次数 130
当前版本 0.1.4
更新时间 2019-06-29
上架时间 2019-06-24
评分 5.00/5 共3次评分
开发者 https://colorsets.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://colorsets.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grids by Color Sets",
    "short_name": "Grids",
    "version": "0.1.4",
    "default_locale": "en",
    "description": "Flexible column and baseline grids, beautifully rendered in your browser.",
    "homepage_url": "https:\/\/colorsets.com\/extensions\/grids",
    "author": "Color Sets",
    "incognito": "spanning",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icons\/icon-16.png",
            "32": "images\/icons\/icon-32.png",
            "48": "images\/icons\/icon-48.png",
            "128": "images\/icons\/icon-128.png"
        }
    },
    "commands": {
        "toggle-grid": {
            "suggested_key": {
                "default": "Ctrl+G",
                "mac": "MacCtrl+G"
            },
            "description": "Toggle grid display"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.js"
    ],
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "32": "images\/icons\/icon-32.png",
        "48": "images\/icons\/icon-48.png",
        "128": "images\/icons\/icon-128.png"
    },
    "offline_enabled": true,
    "manifest_version": 2
}