MSK Grid Overlay

Grid overlay based on MSK Design System

What is MSK Grid Overlay?

MSK Grid Overlay is a Chrome extension developed by jamesfrontend, and its main feature is "Grid overlay based on MSK Design System".

Extension Screenshots

screenshot

Download MSK Grid Overlay Extension CRX File

Download MSK Grid Overlay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Grid overlay for responsive designs                    

Extension Basic Information

Name MSK Grid Overlay MSK Grid Overlay
ID lobppaabcohnidngcdoncoipifpfmpcg
Official URL https://chromewebstore.google.com/detail/msk-grid-overlay/lobppaabcohnidngcdoncoipifpfmpcg
Description Grid overlay based on MSK Design System
File Size 89.14 KB
Installation Count 73
Current Version 0.1.3
Last Updated 2022-08-23
Publish Date 2022-06-19
Developer jamesfrontend
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MSK Grid Overlay",
    "version": "0.1.3",
    "description": "Grid overlay based on MSK Design System",
    "icons": {
        "16": "\/media\/msk-16x16.png",
        "32": "\/media\/msk-32x32.png",
        "48": "\/media\/msk-48x48.png",
        "64": "\/media\/msk-64x64.png",
        "128": "\/media\/msk-128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/media\/msk-16x16.png",
            "32": "\/media\/msk-32x32.png",
            "48": "\/media\/msk-48x48.png",
            "64": "\/media\/msk-64x64.png",
            "128": "\/media\/msk-128x128.png"
        }
    },
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "minimum_chrome_version": "88",
    "options_page": "options.html"
}