Simple Ruler

Measure it!

Apa itu Simple Ruler?

Simple Ruler adalah ekstensi Chrome yang dikembangkan oleh punxnot, dan fitur utamanya adalah "Measure it!".

Screenshot Ekstensi

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

                        This simple and easy to use tool allows you to measure elements on the web page. Click to start selection, click again to complete it. See the width and height of the area you selected.
You can change the color of background and selection in the Options tab.                    

Informasi Dasar Ekstensi

Nama Simple Ruler Simple Ruler
ID akmainiinlejjdanmfhkhfkekfolhdai
URL Resmi https://chromewebstore.google.com/detail/simple-ruler/akmainiinlejjdanmfhkhfkekfolhdai
Deskripsi Measure it!
Ukuran File 26.08 KB
Jumlah Instalasi 12,626
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2021-12-29
Tanggal Publikasi 2018-12-26
Penilaian 3.13/5 Total 16 Penilaian
Pengembang punxnot
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Ruler",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Measure it!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Simple Ruler"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html"
}