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.
拡張機能の基本情報
名前 | IBM Grid Checker |
ID | pldabmdegaljijpjldajlemcdfghmdib |
公式URL | 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:\/\/*\/*" ] } |