IBM Grid Checker
Check how any page lines up with IBM Grid. Just press CTRL+G.
Cos'è IBM Grid Checker?
IBM Grid Checker è un'estensione di Chrome sviluppata da IBM Design, e la sua funzione principale è "Check how any page lines up with IBM Grid. Just press CTRL+G.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IBM Grid Checker
Scarica i file di estensione IBM Grid Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Check how any page lines up with IBM Grid. Just press CTRL+G. Informazioni di Base sull'Estensione
| Nome | |
| ID | pldabmdegaljijpjldajlemcdfghmdib |
| URL Ufficiale | https://chromewebstore.google.com/detail/ibm-grid-checker/pldabmdegaljijpjldajlemcdfghmdib |
| Descrizione | Check how any page lines up with IBM Grid. Just press CTRL+G. |
| Dimensione del File | 4.95 MB |
| Conteggio Installazioni | 117 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2017-10-06 |
| Data di Pubblicazione | 2017-10-06 |
| Sviluppatore | IBM Design |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/IBM/grid-checker |
| URL della Pagina di Aiuto | https://github.com/IBM/grid-checker/issues |
| Lingue Supportate | 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:\/\/*\/*"
]
} | |