Accupix
Provides an intuitive eyedropper to pick colors from webpages by providing a zoomed preview of the portion mouse points to.
Was ist Accupix?
Accupix ist eine Chrome-Erweiterung, die von Sridhar PG entwickelt wurde, und ihr Hauptmerkmal ist "Provides an intuitive eyedropper to pick colors from webpages by providing a zoomed preview of the portion mouse points to.".
Erweiterungsscreenshots
Accupix-Erweiterungs-CRX-Datei herunterladen
Laden Sie Accupix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Eyedropper for Google Chrome. The extension also automatically copies the selected hex color code value to clipboard. Some of the shortcuts that will come handy: - Use Scroll to Zoom In/Out - Use Arrow keys to move the cursor to precisely match the required pixel - Enter key picks the pixel - Esc closes the picker For Issues or Feature requests, mail to: [email protected]
Grundlegende Informationen zur Erweiterung
Name | |
ID | cnoeecignnjfddobmijconiockefppbg |
Offizielle URL | https://chrome.google.com/webstore/detail/accupix/cnoeecignnjfddobmijconiockefppbg |
Beschreibung | Provides an intuitive eyedropper to pick colors from webpages by providing a zoomed preview of the portion mouse points to. |
Dateigröße | 68.4 KB |
Installationsanzahl | 243 |
Aktuelle Version | 1.4.1 |
Letztes Update | 2014-01-02 |
Veröffentlichungsdatum | 2014-01-02 |
Bewertung | 2.23/5 Insgesamt 13 Bewertungen |
Entwickler | Sridhar PG |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Accupix", "version": "1.4.1", "manifest_version": 2, "background": { "page": "bg\/background.html" }, "browser_action": { "default_icon": "images\/picker_32.png", "default_title": "Color Picker" }, "content_scripts": [ { "css": [ "content\/content.css" ], "js": [ "tp\/jquery.js", "tp\/jquery.ba-throttle-debounce.js", "content\/content.js" ], "matches": [ " |