Simple Ruler

A very simple ruler to check your webpage, without ads, without secrets, just a ruler.

Apa itu Simple Ruler?

Simple Ruler adalah ekstensi Chrome yang dikembangkan oleh https://simplerulerextension.com, dan fitur utamanya adalah "A very simple ruler to check your webpage, without ads, without secrets, just a ruler.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Simple Ruler

Unduh file ekstensi Simple 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

                        Check the measures of components can be easier than open the dev tools and check the size of a component. 

With the simple ruler extension, you just click and move your mouse over the components to see the width and height.                    

Informasi Dasar Ekstensi

Nama Simple Ruler Simple Ruler
ID ddhlibhghnglpoacapkoffkcgfijcfkg
URL Resmi https://chromewebstore.google.com/detail/simple-ruler/ddhlibhghnglpoacapkoffkcgfijcfkg
Deskripsi A very simple ruler to check your webpage, without ads, without secrets, just a ruler.
Ukuran File 43.05 KB
Jumlah Instalasi 1,496
Versi Saat Ini 28.0.0
Terakhir Diperbarui 2023-08-17
Tanggal Publikasi 2021-10-04
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://simplerulerextension.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://simplerulerextension.com/
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Ruler",
    "description": "A very simple ruler to check your webpage, without ads, without secrets, just a ruler.",
    "version": "28.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "webNavigation"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/16x16.png",
            "32": "\/images\/32x32.png",
            "48": "\/images\/48x48.png",
            "128": "\/images\/128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/16x16.png",
        "32": "\/images\/32x32.png",
        "48": "\/images\/48x48.png",
        "128": "\/images\/128x128.png"
    }
}