Smart Page Ruler

Smart Page Ruler is the developer tool to measure every element of your web page more precisely. You can get the relative and…

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

Το Smart Page Ruler είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Karol Rola, και η κύρια λειτουργία του είναι "Smart Page Ruler is the developer tool to measure every element of your web page more precisely. You can get the relative and…".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Smart Page Ruler is the developer tool to measure every element of your web page more precisely. You can get  the relative and absolute position of elements as Zeplin application and can get margin, padding, width, height everything you need. 

Update v1.0.5:
You can now take a screenshot when measuring the relative and absolute position of any element and share it on Facebook or copy the image. At the context menu select "Smart Page Ruler > Screen Capture" to execute.

Core Features:
=========================================
* Measure relative and absolute position of any element.
* Calculate Height, Width, Margin, Padding everything you need.
* Very much Useful to measure the alignment between components.
* Measure all the elements on webpage.
* Far easy to select and inspect the elements.
* Ensures the highest level of accuracy.
* Similar and powerful as Zeplin layer inspection tool.
* Amazing user experience and design.
* Easier accessibility, simply click and done.                    

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

Όνομα Smart Page Ruler Smart Page Ruler
ID nmibbjghlmdiafjolcphdggihcbcedmg
Επίσημο URL https://chromewebstore.google.com/detail/smart-page-ruler/nmibbjghlmdiafjolcphdggihcbcedmg
Περιγραφή Smart Page Ruler is the developer tool to measure every element of your web page more precisely. You can get the relative and…
Μέγεθος Αρχείου 603 KB
Αριθμός Εγκαταστάσεων 69,741
Τρέχουσα Έκδοση 1.0.7
Τελευταία Ενημέρωση 2023-10-16
Ημερομηνία Δημοσίευσης 2020-06-12
Αξιολόγηση 3.79/5 Συνολικά 57 Αξιολογήσεις
Προγραμματιστής Karol Rola
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://rbrahul.github.io/Smart-Webpage-Ruler/
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/rbrahul/smart-ruller
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/bitliy-link-2023/home
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Smart Page Ruler",
    "short_name": "Page Ruler",
    "version": "1.0.7",
    "icons": {
        "16": "icon-16.c4a266c3.png",
        "24": "icon-24.f054665d.png",
        "32": "icon-32.2fe204e9.png",
        "64": "icon-64.887e3c1c.png",
        "128": "icon-128.c9968f51.png",
        "256": "icon-256.bd37ec10.png",
        "512": "icon-512.429e3e59.png"
    },
    "background": {
        "service_worker": "background.3eb8d5ff.js"
    },
    "action": {
        "default_icon": "icon-128.c9968f51.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "declarativeNetRequest",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js.76463314.js"
            ],
            "css": [
                "js.925d5b4f.css"
            ]
        }
    ]
}