Simple Ruler

Measure it!

Co to jest Simple Ruler?

Simple Ruler to rozszerzenie Chrome opracowane przez punxnot, a jego główną funkcją jest „Measure it!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Simple Ruler

Pobierz pliki rozszerzeń Simple Ruler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Simple Ruler Simple Ruler
ID akmainiinlejjdanmfhkhfkekfolhdai
Oficjalny URL https://chromewebstore.google.com/detail/simple-ruler/akmainiinlejjdanmfhkhfkekfolhdai
Opis Measure it!
Rozmiar pliku 26.08 KB
Liczba instalacji 12,626
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2021-12-29
Data Publikacji 2018-12-26
Ocena 3.13/5 Łącznie 16 Oceny
Deweloper punxnot
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}