IBM Grid Checker
Check how any page lines up with IBM Grid. Just press CTRL+G.
Vad är IBM Grid Checker?
IBM Grid Checker är en Chrome-tillägg utvecklad av IBM Design, och dess huvudfunktion är "Check how any page lines up with IBM Grid. Just press CTRL+G.".
Tilläggsskärmbilder
Ladda ner IBM Grid Checker-förlängningens CRX-fil
Ladda ner IBM Grid Checker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Check how any page lines up with IBM Grid. Just press CTRL+G. Grundläggande Information om Tillägg
| Namn | |
| ID | pldabmdegaljijpjldajlemcdfghmdib |
| Officiell webbadress | https://chromewebstore.google.com/detail/ibm-grid-checker/pldabmdegaljijpjldajlemcdfghmdib |
| Beskrivning | Check how any page lines up with IBM Grid. Just press CTRL+G. |
| Filstorlek | 4.95 MB |
| Antal Installationer | 117 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2017-10-06 |
| Publiceringsdatum | 2017-10-06 |
| Utvecklare | IBM Design |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/IBM/grid-checker |
| Hjälpsida URL | https://github.com/IBM/grid-checker/issues |
| Stödda Språk | 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:\/\/*\/*"
]
} | |