IBM Grid Checker
Check how any page lines up with IBM Grid. Just press CTRL+G.
Co je IBM Grid Checker?
IBM Grid Checker je rozšíření Chrome vyvinuté IBM Design, a jeho hlavní funkcí je „Check how any page lines up with IBM Grid. Just press CTRL+G.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření IBM Grid Checker
Stáhněte si soubory rozšíření IBM Grid Checker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Check how any page lines up with IBM Grid. Just press CTRL+G. Základní Informace o Rozšíření
| Název | |
| ID | pldabmdegaljijpjldajlemcdfghmdib |
| Oficiální URL | https://chromewebstore.google.com/detail/ibm-grid-checker/pldabmdegaljijpjldajlemcdfghmdib |
| Popis | Check how any page lines up with IBM Grid. Just press CTRL+G. |
| Velikost souboru | 4.95 MB |
| Počet instalací | 117 |
| Aktuální Verze | 1.0.0 |
| Poslední Aktualizace | 2017-10-06 |
| Datum Vydání | 2017-10-06 |
| Vývojář | IBM Design |
| Typ Platby | free |
| Webové stránky Rozšíření | https://github.com/IBM/grid-checker |
| URL Stránky Nápovědy | https://github.com/IBM/grid-checker/issues |
| Podporované Jazyky | 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:\/\/*\/*"
]
} | |