Word Wrap Checker
This extension can help you check HTML blocks for issues with long words, phrases, or big images.
Cos'è Word Wrap Checker?
Word Wrap Checker è un'estensione di Chrome sviluppata da Nikolai Belikov, e la sua funzione principale è "This extension can help you check HTML blocks for issues with long words, phrases, or big images.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Word Wrap Checker
Scarica i file di estensione Word Wrap Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Word Wrap Checker |
ID | gjkiifeaanbafelffgfpdkhbcekmlcad |
URL Ufficiale | https://chromewebstore.google.com/detail/word-wrap-checker/gjkiifeaanbafelffgfpdkhbcekmlcad |
Descrizione | This extension can help you check HTML blocks for issues with long words, phrases, or big images. |
Dimensione del File | 29.33 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 2.2.1 |
Ultimo Aggiornamento | 2023-07-02 |
Data di Pubblicazione | 2019-04-22 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Nikolai Belikov |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/nikbelikov/word-wrap-checker |
URL della Pagina di Aiuto | https://github.com/nikbelikov/word-wrap-checker |
Lingue Supportate | 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" } } |