CSS Unites
CSS Unites specially develop for Frontend Engineers.
Co to jest CSS Unites?
CSS Unites to rozszerzenie Chrome opracowane przez mexuvo, a jego główną funkcją jest „CSS Unites specially develop for Frontend Engineers.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CSS Unites
Pobierz pliki rozszerzeń CSS Unites 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 is a CSS Units Converter. Some times we need to convert CSS unites to other CSS unites. CSS Unites specially develop for Frontend Engineers. You can convert any kind of CSS units. When input your value in any field then other field will be converted.
Podstawowe informacje o rozszerzeniu
Nazwa | CSS Unites |
ID | bgbjdaligcmcobjgnhajolfhhhgjmoad |
Oficjalny URL | https://chromewebstore.google.com/detail/css-unites/bgbjdaligcmcobjgnhajolfhhhgjmoad |
Opis | CSS Unites specially develop for Frontend Engineers. |
Rozmiar pliku | 1.08 MB |
Liczba instalacji | 62 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2022-02-03 |
Data Publikacji | 2022-02-03 |
Ocena | 5.00/5 Łącznie 11 Oceny |
Deweloper | mexuvo |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CSS Unites", "description": "CSS Unites specially develop for Frontend Engineers.", "version": "1.0.0", "icons": { "45": ".\/images\/logo45X45.png", "128": ".\/images\/128.png" }, "background.service_worker": { "presistent": true, "scripts": [ ".\/popup.js" ] }, "action": { "default_icon": ".\/images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |