PixelZoomer
PixelZoomer takes a website screenshot and provides a measuring tool, a zoom and an eye dropper.
Τι είναι το PixelZoomer;
Το PixelZoomer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Matthias Schuetz, και η κύρια λειτουργία του είναι "PixelZoomer takes a website screenshot and provides a measuring tool, a zoom and an eye dropper.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PixelZoomer
Λήψη αρχείων επέκτασης PixelZoomer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
PixelZoomer takes a screenshot of the current website and provides various tools for pixel analysis. You can zoom into websites (up to 3200%), measure distances and pick colors with an eye dropper.
MAIN FEATURES
- pixel perfect ruler
- zoom/pan tool (100% to 3200%)
- eye dropper (HEX and RGB values)
- undo/redo
- open screenshot image in tab Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | fogkjckfkdcnmnnfmbieljpkmmihhpao |
| Επίσημο URL | https://chromewebstore.google.com/detail/pixelzoomer/fogkjckfkdcnmnnfmbieljpkmmihhpao |
| Περιγραφή | PixelZoomer takes a website screenshot and provides a measuring tool, a zoom and an eye dropper. |
| Μέγεθος Αρχείου | 56.91 KB |
| Αριθμός Εγκαταστάσεων | 47,240 |
| Τρέχουσα Έκδοση | 1.0.2 |
| Τελευταία Ενημέρωση | 2021-10-28 |
| Ημερομηνία Δημοσίευσης | 2019-10-02 |
| Αξιολόγηση | 4.61/5 Συνολικά 49 Αξιολογήσεις |
| Προγραμματιστής | Matthias Schuetz |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | de,en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PixelZoomer",
"short_name": "PixelZoomer",
"default_locale": "en",
"version": "1.0.2",
"author": "Matthias Schuetz",
"description": "__MSG_appDescription__",
"background": {
"scripts": [
"content\/browser.js"
],
"persistent": false
},
"commands": {
"start-pixelzoomer": {
"suggested_key": {
"default": "Alt+Shift+Q",
"mac": "Alt+Shift+Q"
},
"description": "__MSG_settingsStartApp__"
}
},
"browser_action": {
"default_icon": "icons\/icon-32.png",
"default_title": "PixelZoomer"
},
"icons": {
"128": "icons\/icon-128.png",
"48": "icons\/icon-48.png",
"16": "icons\/icon-16.png"
},
"options_ui": {
"page": "content\/options.html",
"chrome_style": true
},
"permissions": [
"tabs",
"contextMenus",
" | |