IBM Grid Checker
Check how any page lines up with IBM Grid. Just press CTRL+G.
什麼是IBM Grid Checker?
IBM Grid Checker是由IBM Design開發的Chrome擴展程式,該擴展的主要功能是“Check how any page lines up with IBM Grid. Just press CTRL+G.”。
擴展截圖
下載IBM Grid Checker擴展crx文件
下載IBM Grid Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Check how any page lines up with IBM Grid. Just press CTRL+G. 擴展基本資訊
| 名稱 | |
| ID | pldabmdegaljijpjldajlemcdfghmdib |
| 官方網址 | https://chromewebstore.google.com/detail/ibm-grid-checker/pldabmdegaljijpjldajlemcdfghmdib |
| 簡介 | Check how any page lines up with IBM Grid. Just press CTRL+G. |
| 檔案大小 | 4.95 MB |
| 安裝次數 | 117 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2017-10-06 |
| 上架時間 | 2017-10-06 |
| 開發者 | IBM Design |
| 付費類型 | free |
| 擴展官網 | https://github.com/IBM/grid-checker |
| 說明頁面URL | https://github.com/IBM/grid-checker/issues |
| 支援的語言 | 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:\/\/*\/*"
]
} | |