Pix to pix (Pixel perfect by Ymatuhin)
Pixel perfect by Ymatuhin
Wat is Pix to pix (Pixel perfect by Ymatuhin)?
Pix to pix (Pixel perfect by Ymatuhin) is een Chrome-extensie ontwikkeld door ymatuhin, en de belangrijkste functie is "Pixel perfect by Ymatuhin".
Extensie Screenshots
Download het CRX-bestand van de extensie Pix to pix (Pixel perfect by Ymatuhin)
Download Pix to pix (Pixel perfect by Ymatuhin)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Pixel perfect web development. Basisinformatie over de Extensie
| Naam | |
| ID | binboaimbgchaamickjnhgjdccohndin |
| Officiële URL | https://chromewebstore.google.com/detail/pix-to-pix-pixel-perfect/binboaimbgchaamickjnhgjdccohndin |
| Beschrijving | Pixel perfect by Ymatuhin |
| Bestandsgrootte | 34.18 KB |
| Aantal Installaties | 4,137 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2014-04-07 |
| Publicatiedatum | 2014-04-07 |
| Beoordeling | 3.88/5 Totaal 26 Beoordelingen |
| Ontwikkelaar | ymatuhin |
| Betalingswijze | free |
| Extensiewebsite | http://ymatuhin.github.io/pixToPix |
| Help Pagina-URL | http://ymatuhin.github.io |
| Ondersteunde Talen | 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
} | |