Grids by Color Sets

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

Apa itu Grids by Color Sets?

Grids by Color Sets adalah ekstensi Chrome yang dikembangkan oleh https://colorsets.com, dan fitur utamanya adalah "Flexible column and baseline grids, beautifully rendered in your browser.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Grids by Color Sets

Unduh file ekstensi Grids by Color Sets dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Grids by Color Sets Grids by Color Sets
ID ohmjbldcfanjibdmbfpdlffhagjedobb
URL Resmi https://chromewebstore.google.com/detail/grids-by-color-sets/ohmjbldcfanjibdmbfpdlffhagjedobb
Deskripsi Flexible column and baseline grids, beautifully rendered in your browser.
Ukuran File 171 KB
Jumlah Instalasi 130
Versi Saat Ini 0.1.4
Terakhir Diperbarui 2019-06-29
Tanggal Publikasi 2019-06-24
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://colorsets.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://colorsets.com
Bahasa yang Didukung 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
}