PixelParallel by htmlBurger

PixelParallel by htmlBurger - Pixel perfect HTML vs Design tool for developers

Τι είναι το PixelParallel by htmlBurger;

Το PixelParallel by htmlBurger είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον htmlBurger, και η κύρια λειτουργία του είναι "PixelParallel by htmlBurger - Pixel perfect HTML vs Design tool for developers".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PixelParallel by htmlBurger

Λήψη αρχείων επέκτασης PixelParallel by htmlBurger σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        PixelParallel is a completely free, super handy and light HTML vs Design comparison tool for front-end developers that will help you code pixel perfect websites with ease. 

Built from developers to developers, PixelParallel is a tool working in favor of the ultimate precision in front-end coding.

PixelParallel is AD FREE! 

How it works:
1. Simply upload your image and compare the semi-transparent overlay with the web page below. 
2. Customize the opacity, scale and position of the image as you wish. You can also hide it or lock it. 
3. Perform color difference for a strong pixel perfect precision. 
4. Use the vertical and horizontal grids to achieve a pixel perfect web design.

Features:

- Bootstrap grid with customizable width, number of columns, gutter and opacity
- Horizontal lines with customizable space between
- Draggable rulers (Photoshop-like) + Reset option
- Inversion (Color difference) 
- Separate overlays for each web page
- Overlay scaling
- Customizable overlay opacity
- Saving overlays between sessions
- All image sizes supported
- Draggable overlay
- Quick hide / show image
- Shortcuts + customizable keyboard hotkeys
- Works with local files
- Intuitive UI: clean and simple; draggable; minimizable

PixelParallel
No Parallel in Quality 
Powered by htmlBurger

Learn more:
https://htmlburger.com/labs

Follow us at:
https://www.facebook.com/htmlBurgerofficial
https://www.instagram.com/htmlburgerofficial/
https://twitter.com/htmlburger

PixelParallel does not collect any personal data. Uploaded images are saved locally in the browser storage.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PixelParallel by htmlBurger PixelParallel by htmlBurger
ID iffnoibnepbcloaaagchjonfplimpkob
Επίσημο URL https://chromewebstore.google.com/detail/pixelparallel-by-htmlburg/iffnoibnepbcloaaagchjonfplimpkob
Περιγραφή PixelParallel by htmlBurger - Pixel perfect HTML vs Design tool for developers
Μέγεθος Αρχείου 223 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2022-12-01
Ημερομηνία Δημοσίευσης 2020-06-27
Αξιολόγηση 4.79/5 Συνολικά 62 Αξιολογήσεις
Προγραμματιστής htmlBurger
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://htmlburger.com/labs
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/htmlburger/pixelparallel
URL της Σελίδας Πολιτικής Απορρήτου http://2c-studio.com/privacy-2create-vault
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PixelParallel by htmlBurger",
    "version": "1.2.0",
    "description": "PixelParallel by htmlBurger - Pixel perfect HTML vs Design tool for developers",
    "icons": {
        "16": "logo-16.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "action": {
        "default_icon": "logo-128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_origin_as_fallback": true,
            "js": [
                "PixelParallel.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}