IBM Grid Checker
Check how any page lines up with IBM Grid. Just press CTRL+G.
Wat is IBM Grid Checker?
IBM Grid Checker is een Chrome-extensie ontwikkeld door IBM Design, en de belangrijkste functie is "Check how any page lines up with IBM Grid. Just press CTRL+G.".
Extensie Screenshots
Download het CRX-bestand van de extensie IBM Grid Checker
Download IBM Grid Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Check how any page lines up with IBM Grid. Just press CTRL+G.
Basisinformatie over de Extensie
Naam | |
ID | pldabmdegaljijpjldajlemcdfghmdib |
Officiële URL | https://chromewebstore.google.com/detail/ibm-grid-checker/pldabmdegaljijpjldajlemcdfghmdib |
Beschrijving | Check how any page lines up with IBM Grid. Just press CTRL+G. |
Bestandsgrootte | 4.95 MB |
Aantal Installaties | 117 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2017-10-06 |
Publicatiedatum | 2017-10-06 |
Ontwikkelaar | IBM Design |
Betalingswijze | free |
Extensiewebsite | https://github.com/IBM/grid-checker |
Help Pagina-URL | https://github.com/IBM/grid-checker/issues |
Ondersteunde Talen | 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:\/\/*\/*" ] } |