Pix to pix (Pixel perfect by Ymatuhin)
Pixel perfect by Ymatuhin
O que é Pix to pix (Pixel perfect by Ymatuhin)?
Pix to pix (Pixel perfect by Ymatuhin) é uma extensão do Chrome desenvolvida por ymatuhin, e sua principal característica é "Pixel perfect by Ymatuhin".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pix to pix (Pixel perfect by Ymatuhin)
Baixe arquivos de extensão Pix to pix (Pixel perfect by Ymatuhin) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Pixel perfect web development.
Informações Básicas da Extensão
Nome | Pix to pix (Pixel perfect by Ymatuhin) |
ID | binboaimbgchaamickjnhgjdccohndin |
URL Oficial | https://chromewebstore.google.com/detail/pix-to-pix-pixel-perfect/binboaimbgchaamickjnhgjdccohndin |
Descrição | Pixel perfect by Ymatuhin |
Tamanho do Arquivo | 34.18 KB |
Contagem de Instalações | 4,137 |
Versão Atual | 0.1 |
Última Atualização | 2014-04-07 |
Data de Publicação | 2014-04-07 |
Classificação | 3.88/5 Total de 26 Avaliações |
Desenvolvedor | ymatuhin |
Tipo de Pagamento | free |
Site da Extensão | http://ymatuhin.github.io/pixToPix |
URL da Página de Ajuda | http://ymatuhin.github.io |
Idiomas Suportados | 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 } |