Page Ruler Redux

A Web Developer\Designer ruler to get perfect pixel dimensions and positioning to measure elements on any web page. 💻

Τι είναι το Page Ruler Redux;

Το Page Ruler Redux είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://rocha.codes, και η κύρια λειτουργία του είναι "A Web Developer\Designer ruler to get perfect pixel dimensions and positioning to measure elements on any web page. 💻".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Page Ruler Redux

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

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

                        Page Ruler Redux is a core web developer and designer tool, that allows you to get pixel perfect measurements of web elements for website front-end development, web design or any task you may need to get perfect pixel measurements of any web elements. 📏

📦 Features
============
⚡ Create a ruler to get perfect pixel measurements of web elements.
⚡ Resize the ruler by dragging by mouse or arrow keys.
⚡ Designer guides from the ruler edges for perfect positioning.
⚡ Element mode to get and track perfect measurements of HTML elements from the website.
⚡ Adjustable color for perfect contrast on dark and light websites.
⚡ 100% free forever.
⚡ Open source software hosted on github and gitlab.
⚡ Unlike copycats extensions Page Ruler Redux has no adware or malware NEVER, I as a web developer use it myself everyday.
⚡ Open community: Want a new feature or have an idea? just fill in an issue on github and if it's possible I'll work on it!

❗Important
============
⚡ In order to use the extension on local `chrome` pages, you will need to enable the "allow access to file URLs" option in your extensions tab.

📖 Support
============
⚡ If you have any questions, want to ask for new features or wish to report a bug you can contact me directly on: https://github.com/Esteban-Rocha/page-ruler-redux/issues.

⚡ If you want to support me you can become a contributor of the repository, submit bugs, enhancements, reviews and run the voice so other people uninstall the malware copycats versions.

⭐ Rate PPR
============
⚡ If you find this tool useful, please share 5 minutes of your time giving it a ⭐⭐⭐⭐⭐ review. Some 3rd party ad-tracking business and actors had been copying the extension, re-branding it and publishing infested versions with ads and malware.

🍻 It will be much appreciated and it will help Page Ruler Redux to shadow these fake copies from Google Chrome Store.                    

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

Όνομα Page Ruler Redux Page Ruler Redux
ID giejhjebcalaheckengmchjekofhhmal
Επίσημο URL https://chrome.google.com/webstore/detail/page-ruler-redux/giejhjebcalaheckengmchjekofhhmal
Περιγραφή A Web Developer\Designer ruler to get perfect pixel dimensions and positioning to measure elements on any web page. 💻
Μέγεθος Αρχείου 181 KB
Αριθμός Εγκαταστάσεων 500,000
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2019-02-28
Ημερομηνία Δημοσίευσης 2019-02-28
Αξιολόγηση 4.52/5 Συνολικά 463 Αξιολογήσεις
Προγραμματιστής https://rocha.codes
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Esteban-Rocha/page-ruler-redux
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/Esteban-Rocha/page-ruler-redux/issues
URL της Σελίδας Πολιτικής Απορρήτου https://github.com/Esteban-Rocha
Υποστηριζόμενες Γλώσσες id,en,en-GB,fr,vi,es,it,pt-BR,sk,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "version": "1.2.0",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "content.css",
        "images\/close.png",
        "images\/help.png",
        "images\/element-mode-toggle.png",
        "images\/arrow-up.png",
        "images\/arrow-down.png",
        "images\/arrow-left.png",
        "images\/arrow-right.png",
        "images\/dock-top.png",
        "images\/dock-bottom.png",
        "images\/help-white.png",
        "images\/crosshair.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "images\/19\/browser_action.png",
            "38": "images\/38\/browser_action.png"
        },
        "default_title": "__MSG_extName__"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+P"
            }
        }
    }
}