Word Wrap Checker
This extension can help you check HTML blocks for issues with long words, phrases, or big images.
Co to jest Word Wrap Checker?
Word Wrap Checker to rozszerzenie Chrome opracowane przez Nikolai Belikov, a jego główną funkcją jest „This extension can help you check HTML blocks for issues with long words, phrases, or big images.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Word Wrap Checker
Pobierz pliki rozszerzeń Word Wrap Checker 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
1. Open any website. 2. Click on the extension's button. 3. Adjust the parameters and click on the "Check" button. To reset all changes, refresh the page.
Podstawowe informacje o rozszerzeniu
Nazwa | Word Wrap Checker |
ID | gjkiifeaanbafelffgfpdkhbcekmlcad |
Oficjalny URL | https://chromewebstore.google.com/detail/word-wrap-checker/gjkiifeaanbafelffgfpdkhbcekmlcad |
Opis | This extension can help you check HTML blocks for issues with long words, phrases, or big images. |
Rozmiar pliku | 29.33 KB |
Liczba instalacji | 43 |
Aktualna Wersja | 2.2.1 |
Ostatnia Aktualizacja | 2023-07-02 |
Data Publikacji | 2019-04-22 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Nikolai Belikov |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/nikbelikov/word-wrap-checker |
Adres URL Strony Pomocy | https://github.com/nikbelikov/word-wrap-checker |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Word Wrap Checker", "version": "2.2.1", "description": "This extension can help you check HTML blocks for issues with long words, phrases, or big images.", "permissions": [ "activeTab", "scripting" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_title": "Word Wrap Checker", "default_icon": "icon.png", "default_popup": "popup.html" } } |