IBM Grid Checker

Check how any page lines up with IBM Grid. Just press CTRL+G.

IBM Grid Checker क्या है?

IBM Grid Checker IBM Design द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check how any page lines up with IBM Grid. Just press CTRL+G."।

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

screenshot
screenshot

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

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

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

                        Check how any page lines up with IBM Grid. Just press CTRL+G.                    

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

नाम IBM Grid Checker IBM Grid Checker
ID pldabmdegaljijpjldajlemcdfghmdib
आधिकारिक URL https://chromewebstore.google.com/detail/ibm-grid-checker/pldabmdegaljijpjldajlemcdfghmdib
विवरण Check how any page lines up with IBM Grid. Just press CTRL+G.
फ़ाइल का आकार 4.95 MB
स्थापना संख्या 117
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2017-10-06
प्रकाशन तिथि 2017-10-06
डेवलपर IBM Design
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/IBM/grid-checker
सहायता पृष्ठ URL https://github.com/IBM/grid-checker/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IBM Grid Checker",
    "version": "1.0.0",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "manifest_version": 2,
    "description": "Check how any page lines up with IBM Grid. Just press CTRL+G.",
    "homepage_url": "https:\/\/github.com\/ibm\/grid-checker",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "IBM Grid Checker",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}