Simple Ruler
A very simple ruler to check your webpage, without ads, without secrets, just a ruler.
Co to jest Simple Ruler?
Simple Ruler to rozszerzenie Chrome opracowane przez https://simplerulerextension.com, a jego główną funkcją jest „A very simple ruler to check your webpage, without ads, without secrets, just a ruler.”.
Zrzuty ekranu rozszerzenia
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
Check the measures of components can be easier than open the dev tools and check the size of a component. With the simple ruler extension, you just click and move your mouse over the components to see the width and height.
Podstawowe informacje o rozszerzeniu
Nazwa | Simple Ruler |
ID | ddhlibhghnglpoacapkoffkcgfijcfkg |
Oficjalny URL | https://chromewebstore.google.com/detail/simple-ruler/ddhlibhghnglpoacapkoffkcgfijcfkg |
Opis | A very simple ruler to check your webpage, without ads, without secrets, just a ruler. |
Rozmiar pliku | 43.05 KB |
Liczba instalacji | 1,496 |
Aktualna Wersja | 28.0.0 |
Ostatnia Aktualizacja | 2023-08-17 |
Data Publikacji | 2021-10-04 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://simplerulerextension.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://simplerulerextension.com/ |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Ruler", "description": "A very simple ruler to check your webpage, without ads, without secrets, just a ruler.", "version": "28.0.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting", "storage", "webNavigation" ], "action": { "default_icon": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } }, "icons": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } } |