IBM Grid Checker

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

What is IBM Grid Checker?

IBM Grid Checker is a Chrome extension developed by IBM Design, and its main feature is "Check how any page lines up with IBM Grid. Just press CTRL+G.".

Extension Screenshots

screenshot
screenshot

Download IBM Grid Checker Extension CRX File

Download IBM Grid Checker 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

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

Extension Basic Information

Name IBM Grid Checker IBM Grid Checker
ID pldabmdegaljijpjldajlemcdfghmdib
Official URL https://chromewebstore.google.com/detail/ibm-grid-checker/pldabmdegaljijpjldajlemcdfghmdib
Description Check how any page lines up with IBM Grid. Just press CTRL+G.
File Size 4.95 MB
Installation Count 117
Current Version 1.0.0
Last Updated 2017-10-06
Publish Date 2017-10-06
Developer IBM Design
Payment Type free
Extension Website https://github.com/IBM/grid-checker
Help Page URL https://github.com/IBM/grid-checker/issues
Supported Languages 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:\/\/*\/*"
    ]
}