Pix to pix (Pixel perfect by Ymatuhin)
Pixel perfect by Ymatuhin
Qu'est-ce que Pix to pix (Pixel perfect by Ymatuhin) ?
Pix to pix (Pixel perfect by Ymatuhin) est une extension Chrome développée par ymatuhin, et sa fonction principale est "Pixel perfect by Ymatuhin".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pix to pix (Pixel perfect by Ymatuhin)
Téléchargez les fichiers d'extension Pix to pix (Pixel perfect by Ymatuhin) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Pixel perfect web development.
Informations de Base sur l'Extension
Nom | Pix to pix (Pixel perfect by Ymatuhin) |
ID | binboaimbgchaamickjnhgjdccohndin |
URL Officiel | https://chromewebstore.google.com/detail/pix-to-pix-pixel-perfect/binboaimbgchaamickjnhgjdccohndin |
Description | Pixel perfect by Ymatuhin |
Taille du Fichier | 34.18 KB |
Nombre d'Installations | 4,137 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-04-07 |
Date de Publication | 2014-04-07 |
Évaluation | 3.88/5 Total 26 Évaluations |
Développeur | ymatuhin |
Type de Paiement | free |
Site Web de l'Extension | http://ymatuhin.github.io/pixToPix |
URL de la Page d'Aide | http://ymatuhin.github.io |
Langues Prises en Charge | 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 } |