Page Ruler

Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.

Apa itu Page Ruler?

Page Ruler adalah ekstensi Chrome yang dikembangkan oleh Page Ruler, dan fitur utamanya adalah "Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Page Ruler

Unduh file ekstensi Page Ruler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Page Ruler is popular app for measuring elements on web pages. Measure it width and height in pixels on any websites.

Click the icon and draw ruler to get pixel dimensions. The color icon means the on mode for measuremen. The black and white icon means off.

Thank you for installation and please give Page Ruler five stars!                    

Informasi Dasar Ekstensi

Nama Page Ruler Page Ruler
ID idhjfgkakeliobkfbijghiaklmiaheag
URL Resmi https://chrome.google.com/webstore/detail/page-ruler/idhjfgkakeliobkfbijghiaklmiaheag
Deskripsi Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.
Ukuran File 92.3 KB
Jumlah Instalasi 54,686
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2023-06-06
Tanggal Publikasi 2018-07-29
Penilaian 1.25/5 Total 71 Penilaian
Pengembang Page Ruler
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "off.png",
        "default_title": "Page Ruler"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "styleMeasureIt.css"
            ],
            "js": [
                "measureIt.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.",
    "manifest_version": 3,
    "name": "Page Ruler",
    "permissions": [
        "tabs",
        "storage"
    ],
    "version": "2.0.0",
    "icons": {
        "48": "ico_48.png",
        "16": "ico_16.png",
        "128": "ico_128.png",
        "19": "ico_19.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "injected_content.js"
            ]
        }
    ]
}