Pixel Perfect
Make your CSS looks exactly to your design with a image comparasion
Wat is Pixel Perfect?
Pixel Perfect is een Chrome-extensie ontwikkeld door hugowebfr, en de belangrijkste functie is "Make your CSS looks exactly to your design with a image comparasion".
Extensie Screenshots
Download het CRX-bestand van de extensie Pixel Perfect
Download Pixel Perfect-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 allow you to compare in real time your design in JPG / PNG with your current integration to fix your CSS.
The must have extensions for web integration and front-end developper
Pixel perfect is an extension for Chrome (maybe firefox in the future)
This extension open a window with a dropzone, then you drag and drop your design and go for Preview
It will open a slider on the current tab to compare the design or mockup to the actual integration Basisinformatie over de Extensie
| Naam | |
| ID | llpcibpmbpghnfdfggnnpdfapijaakln |
| Officiële URL | https://chromewebstore.google.com/detail/pixel-perfect/llpcibpmbpghnfdfggnnpdfapijaakln |
| Beschrijving | Make your CSS looks exactly to your design with a image comparasion |
| Bestandsgrootte | 27.69 KB |
| Aantal Installaties | 100 |
| Huidige Versie | 1.5 |
| Laatst Bijgewerkt | 2022-06-03 |
| Publicatiedatum | 2021-07-22 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | hugowebfr |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://hugo-web.fr |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pixel Perfect",
"description": "Make your CSS looks exactly to your design with a image comparasion",
"version": "1.5",
"manifest_version": 2,
"permissions": [
"storage"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/logo16.png",
"32": "\/images\/logo32.png",
"48": "\/images\/logo48.png",
"128": "\/images\/logo128.png"
}
},
"web_accessible_resources": [
"popup.html"
],
"icons": {
"16": "\/images\/logo16.png",
"32": "\/images\/logo32.png",
"48": "\/images\/logo48.png",
"128": "\/images\/logo128.png"
}
} | |