Grids by Color Sets

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

Grids by Color Sets là gì?

Grids by Color Sets là một tiện ích mở rộng Chrome được phát triển bởi https://colorsets.com, và tính năng chính của nó là "Flexible column and baseline grids, beautifully rendered in your browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Grids by Color Sets

Tải xuống các tệp mở rộng Grids by Color Sets dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Grids by Color Sets Grids by Color Sets
ID ohmjbldcfanjibdmbfpdlffhagjedobb
URL Chính Thức https://chromewebstore.google.com/detail/grids-by-color-sets/ohmjbldcfanjibdmbfpdlffhagjedobb
Mô tả Flexible column and baseline grids, beautifully rendered in your browser.
Kích Thước Tệp 171 KB
Số Lần Cài Đặt 130
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2019-06-29
Ngày Phát Hành 2019-06-24
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://colorsets.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://colorsets.com
Ngôn Ngữ Được Hỗ Trợ 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
}