NOV Grid - Responsive grid overlay

Responsive grid overlay created by dennissnov help you to get pixel perfect. can be customized and support grid based design system

NOV Grid - Responsive grid overlay क्या है?

NOV Grid - Responsive grid overlay Dennis Novriandi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Responsive grid overlay created by dennissnov help you to get pixel perfect. can be customized and support grid based design system"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NOV Grid - Responsive grid overlay एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ## version 1.0.0
## NOV Grid - Responsive grid overlay for chrome
very fast, customizable and responsive for desktop, tablet and mobile, the extension will always be active if we
close browser and reopen no need to bother to activate the extension, the extension will automatically changing the overlay grid if meet screen breakpoint.
NOV Grid help you to slice / translate design to html to get pixel perfect.

## NOV Grid - Responsive grid overlay features:

- ultra fast
- support all grid based design system (bootstrap, foundation, Skeleton, Yaml)
- responsive support, one time input for all screens (desktop, tablet, mobile)
- change border gutter / padding
- change the inner and outer gutter / padding
- change the opacity for overlays
- change the color of the overlay
- once the switch is enabled it will always be active without having to reactivate it even though the tab/browser is closed
- can be used for local files 


## feedbacks
For feedback and feature requests, you can use this form
https://forms.gle/e4E5rpye3TT9baYw7

thank, happy slicing!                    

एक्सटेंशन की मूल जानकारी

नाम NOV Grid - Responsive grid overlay NOV Grid - Responsive grid overlay
ID hjjhlcpcakdgfmbopcbdhnombdcnkhla
आधिकारिक URL https://chromewebstore.google.com/detail/nov-grid-responsive-grid/hjjhlcpcakdgfmbopcbdhnombdcnkhla
विवरण Responsive grid overlay created by dennissnov help you to get pixel perfect. can be customized and support grid based design system
फ़ाइल का आकार 24.98 KB
स्थापना संख्या 628
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-01-19
प्रकाशन तिथि 2022-01-19
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Dennis Novriandi
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NOV Grid - Responsive grid overlay",
    "description": "Responsive grid overlay created by dennissnov help you to get pixel perfect. can be customized and support grid based design system",
    "version": "1.0.0",
    "icons": {
        "16": "img\/logo_16.png",
        "48": "img\/logo_48.png",
        "128": "img\/logo_128.png"
    },
    "action": {
        "default_title": "nov grid",
        "default_popup": "nov.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/nov.min.js"
            ],
            "css": [
                "css\/nov.min.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ]
}