Pix to pix (Pixel perfect by Ymatuhin)
Pixel perfect by Ymatuhin
What is Pix to pix (Pixel perfect by Ymatuhin)?
Pix to pix (Pixel perfect by Ymatuhin) is a Chrome extension developed by ymatuhin, and its main feature is "Pixel perfect by Ymatuhin".
Extension Screenshots
Download Pix to pix (Pixel perfect by Ymatuhin) Extension CRX File
Download Pix to pix (Pixel perfect by Ymatuhin) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Pixel perfect web development.
Extension Basic Information
Name | Pix to pix (Pixel perfect by Ymatuhin) |
ID | binboaimbgchaamickjnhgjdccohndin |
Official URL | https://chromewebstore.google.com/detail/pix-to-pix-pixel-perfect/binboaimbgchaamickjnhgjdccohndin |
Description | Pixel perfect by Ymatuhin |
File Size | 34.18 KB |
Installation Count | 4,137 |
Current Version | 0.1 |
Last Updated | 2014-04-07 |
Publish Date | 2014-04-07 |
Rating | 3.88/5 Total 26 Ratings |
Developer | ymatuhin |
Payment Type | free |
Extension Website | http://ymatuhin.github.io/pixToPix |
Help Page URL | http://ymatuhin.github.io |
Supported Languages | 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 } |