Crosspixel
Allows to place image above page for creating pixel-perfect HTML markup.
Qu'est-ce que Crosspixel ?
Crosspixel est une extension Chrome développée par Unknown, et sa fonction principale est "Allows to place image above page for creating pixel-perfect HTML markup.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Crosspixel
Téléchargez les fichiers d'extension Crosspixel 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
1. Click extension's icon 2. If design.png exists, it will be placed over the page. 3. If there is no design.png file, just drag and drop image onto the page – image will be placed over. 4. To change opacity use left click and right click. 5. To remove image placed over page, click extension's icon. Image is centered horizontally on a blue translucent background. The width of the superimposed image in pixels displayed in the Developer Tools console. Change the width of the window is conveniently with Developer Tools enabled - in this case in the upper right corner shows the size of the window in pixels.
Informations de Base sur l'Extension
Nom | Crosspixel |
ID | knndpgclbncldfjdpiikkpfkfhepddco |
URL Officiel | https://chromewebstore.google.com/detail/crosspixel/knndpgclbncldfjdpiikkpfkfhepddco |
Description | Allows to place image above page for creating pixel-perfect HTML markup. |
Taille du Fichier | 11.57 KB |
Nombre d'Installations | 56 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2014-03-13 |
Date de Publication | 2014-03-13 |
Évaluation | 1.00/5 Total 3 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/aishek/crosspixel |
Langues Prises en Charge | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crosspixel", "version": "0.0.1", "description": "__MSG_extension_description__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab" ], "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/enabled.png" }, "default_title": "__MSG_toggle__" } } |