Pixel perfect tools
This extension will allow you to work pixel perfect
Pixel perfect toolsとは何ですか?
Pixel perfect toolsはhttps://beta.rdsign.netによって開発されたChromeの拡張機能で、その主な機能は「This extension will allow you to work pixel perfect」です。
拡張機能のスクリーンショット
Pixel perfect tools拡張機能のCRXファイルをダウンロード
Pixel perfect tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The tool add a bootstrap 3 grid over your page. It allows you to work pixel perfect. (doesn't work over https)
拡張機能の基本情報
名前 | Pixel perfect tools |
ID | hccdpjclpakgmpkghkhamjpdcmjojnak |
公式URL | https://chromewebstore.google.com/detail/pixel-perfect-tools/hccdpjclpakgmpkghkhamjpdcmjojnak |
説明 | This extension will allow you to work pixel perfect |
ファイルサイズ | 63.87 KB |
インストール数 | 1,088 |
現在のバージョン | 1.0 |
最終更新日 | 2015-12-11 |
公開日 | 2015-12-11 |
評価 | 2.50/5 合計 6 レビュー |
開発者 | https://beta.rdsign.net |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pixel perfect tools", "description": "This extension will allow you to work pixel perfect", "version": "1.0", "browser_action": { "default_icon": "Pencil-icon-small.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "css": [ "mystyles.css" ], "js": [ "popup.js" ] } ] } |