Crosspixel
Allows to place image above page for creating pixel-perfect HTML markup.
Crosspixelとは何ですか?
CrosspixelはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Allows to place image above page for creating pixel-perfect HTML markup.」です。
拡張機能のスクリーンショット
Crosspixel拡張機能のCRXファイルをダウンロード
Crosspixel拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
1. Click extension's icon 2. If design.png exists, it will be placed over the page. 3. If there is no design.png file, just drag and drop image onto the page – image will be placed over. 4. To change opacity use left click and right click. 5. To remove image placed over page, click extension's icon. Image is centered horizontally on a blue translucent background. The width of the superimposed image in pixels displayed in the Developer Tools console. Change the width of the window is conveniently with Developer Tools enabled - in this case in the upper right corner shows the size of the window in pixels.
拡張機能の基本情報
名前 | Crosspixel |
ID | knndpgclbncldfjdpiikkpfkfhepddco |
公式URL | https://chromewebstore.google.com/detail/crosspixel/knndpgclbncldfjdpiikkpfkfhepddco |
説明 | Allows to place image above page for creating pixel-perfect HTML markup. |
ファイルサイズ | 11.57 KB |
インストール数 | 56 |
現在のバージョン | 0.0.1 |
最終更新日 | 2014-03-13 |
公開日 | 2014-03-13 |
評価 | 1.00/5 合計 3 レビュー |
開発者 | Unknown |
支払い方法 | free |
ヘルプページのURL | https://github.com/aishek/crosspixel |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crosspixel", "version": "0.0.1", "description": "__MSG_extension_description__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab" ], "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/enabled.png" }, "default_title": "__MSG_toggle__" } } |