Rooler

Redline web pages

Apa itu Rooler?

Rooler adalah ekstensi Chrome yang dikembangkan oleh http://blois.us, dan fitur utamanya adalah "Redline web pages".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Rooler

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

                        Rooler is a utility for automatically measuring on-screen graphics.

Not quite like every other measurement utility out there (though there are quite a few)- this one analyzes the graphics and automatically finds the edges. It's essentially an automatic ruler, for the web.

 - Measures the bounds of graphics
 - Measures the distance between graphics
 - Allows ensuring correct positioning of elements, even in deeply nested element hierarchies.

It's quick and easy. Give it a shot.

You can also try Rooler in your browser at http://peteblois.github.io/rooler.js.                    

Informasi Dasar Ekstensi

Nama Rooler Rooler
ID hhffakokipfiejidephlfnnpkceipglf
URL Resmi https://chrome.google.com/webstore/detail/rooler/hhffakokipfiejidephlfnnpkceipglf
Deskripsi Redline web pages
Ukuran File 37.02 KB
Jumlah Instalasi 1,000
Versi Saat Ini 0.0.8
Terakhir Diperbarui 2020-11-23
Tanggal Publikasi 2016-02-05
Penilaian 4.89/5 Total 18 Penilaian
Pengembang http://blois.us
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://peteblois.github.io/rooler.js
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "0.0.8",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "rooler",
        "default_popup": "popup.html"
    }
}