Measure-it
Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.
Co to jest Measure-it?
Measure-it to rozszerzenie Chrome opracowane przez trishul.goel, a jego główną funkcją jest „Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Measure-it
Pobierz pliki rozszerzeń Measure-it 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
Customize the overlay and selector from extension options. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jocbgkoackihphodedlefohapackjmna |
| Oficjalny URL | https://chromewebstore.google.com/detail/measure-it/jocbgkoackihphodedlefohapackjmna |
| Opis | Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels. |
| Rozmiar pliku | 19.9 KB |
| Liczba instalacji | 74,144 |
| Aktualna Wersja | 2.1.0 |
| Ostatnia Aktualizacja | 2018-12-23 |
| Data Publikacji | 2018-12-23 |
| Ocena | 3.86/5 Łącznie 36 Oceny |
| Deweloper | trishul.goel |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/tsl143/measure-it |
| Adres URL Strony Pomocy | https://github.com/tsl143/measure-it/issues |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Measure-it",
"description": "Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.",
"version": "2.1.0",
"icons": {
"32": "icons\/icon_32.png",
"64": "icons\/icon_64.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"browser_action": {
"default_icon": "icons\/icon_32.png",
"default_title": "Measure-it"
},
"background": {
"scripts": [
"bg.js"
]
},
"options_ui": {
"page": "options.html"
},
"permissions": [
"activeTab",
"storage"
],
"commands": {
"open-measure-it": {
"suggested_key": {
"default": "Alt+Shift+M"
},
"description": "Open MeasureIt"
}
}
} | |