Pix to pix (Pixel perfect by Ymatuhin)
Pixel perfect by Ymatuhin
Pix to pix (Pixel perfect by Ymatuhin)とは何ですか?
Pix to pix (Pixel perfect by Ymatuhin)はymatuhinによって開発されたChromeの拡張機能で、その主な機能は「Pixel perfect by Ymatuhin」です。
拡張機能のスクリーンショット
Pix to pix (Pixel perfect by Ymatuhin)拡張機能のCRXファイルをダウンロード
Pix to pix (Pixel perfect by Ymatuhin)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Pixel perfect web development. 拡張機能の基本情報
| 名前 | |
| ID | binboaimbgchaamickjnhgjdccohndin |
| 公式URL | https://chromewebstore.google.com/detail/pix-to-pix-pixel-perfect/binboaimbgchaamickjnhgjdccohndin |
| 説明 | Pixel perfect by Ymatuhin |
| ファイルサイズ | 34.18 KB |
| インストール数 | 4,137 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2014-04-07 |
| 公開日 | 2014-04-07 |
| 評価 | 3.88/5 合計 26 レビュー |
| 開発者 | ymatuhin |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://ymatuhin.github.io/pixToPix |
| ヘルプページのURL | http://ymatuhin.github.io |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon-128.png",
"default_title": "Pix to pix"
},
"name": "Pix to pix (Pixel perfect by Ymatuhin)",
"short_name": "Pix to pix",
"description": "Pixel perfect by Ymatuhin",
"homepage_url": "http:\/\/pixtopix.github.io",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"tabs",
"*:\/\/*\/*"
],
"version": "0.1",
"manifest_version": 2
} | |