Smart pixel rulers

Provides an on-screen rulers along with their coordinates on a web page

Co to jest Smart pixel rulers?

Smart pixel rulers to rozszerzenie Chrome opracowane przez sidorovsky370, a jego główną funkcją jest „Provides an on-screen rulers along with their coordinates on a web page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Smart pixel rulers

Pobierz pliki rozszerzeń Smart pixel rulers 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Smart pixel rulers Smart pixel rulers
ID olmehnjalgilmahpjcbnonfpogokfdbk
Oficjalny URL https://chrome.google.com/webstore/detail/smart-pixel-rulers/olmehnjalgilmahpjcbnonfpogokfdbk
Opis Provides an on-screen rulers along with their coordinates on a web page
Rozmiar pliku 17.7 KB
Liczba instalacji 2,000
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2015-11-18
Data Publikacji 2015-11-18
Ocena 2.88/5 Łącznie 8 Oceny
Deweloper sidorovsky370
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart pixel rulers",
    "description": "Provides an on-screen rulers along with their coordinates on a web page",
    "version": "0.0.2",
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Smart pixel rulers",
        "default_icon": "icons\/active.png"
    },
    "manifest_version": 2
}