1px: Simple ruler
A simple ruler for measuring the size of blocks on a page
Co to jest 1px: Simple ruler?
1px: Simple ruler to rozszerzenie Chrome opracowane przez Nevzilya, a jego główną funkcją jest „A simple ruler for measuring the size of blocks on a page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 1px: Simple ruler
Pobierz pliki rozszerzeń 1px: 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
You can measure the size of any element (width and height). To exit, press the ' ESC ' button or the extension button.
Perhaps in the future some more useful functions will be added, but now only such functionality. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gekpeobpiilbboimdmbgfjndlmogepcj |
| Oficjalny URL | https://chromewebstore.google.com/detail/1px-simple-ruler/gekpeobpiilbboimdmbgfjndlmogepcj |
| Opis | A simple ruler for measuring the size of blocks on a page |
| Rozmiar pliku | 22.13 KB |
| Liczba instalacji | 9,004 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2021-08-04 |
| Data Publikacji | 2021-07-11 |
| Ocena | 3.55/5 Łącznie 11 Oceny |
| Deweloper | Nevzilya |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://notepad-online.ru/privacy.html |
| Obsługiwane Języki | en,ru |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "__MSG_name__"
},
"default_locale": "en",
"description": "__MSG_description__",
"icons": {
"16": "ico_16_mono.png",
"48": "ico_48.png",
"128": "ico_128.png"
},
"manifest_version": 2,
"name": "__MSG_name__",
"short_name": "__MSG_short_name__",
"permissions": [
"activeTab"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.1"
} | |