Dev Tools
Collection of Handy tools for web/developers!
Cos'è Dev Tools?
Dev Tools è un'estensione di Chrome sviluppata da https://ratsubsharewall.blogspot.com, e la sua funzione principale è "Collection of Handy tools for web/developers!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dev Tools
Scarica i file di estensione Dev Tools 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
Boost your web/development productivity
Provides a collection of various free tools for developers and users out there who might find them useful.
- URL Encoder/Decoder
- HTML Encoder/Decoder
- Javascript Formatter
- CSS Beautifier/Formatter
- XML Beautifier/Formatter
- Text=>Image watermark
- Base⁶⁴ Img Data URL
For suggestions & feedback write to:
[email protected]
About Me:
https://ratsubsharewall.blogspot.com/p/about-rathanavel.html
Privacy:
https://ratsubsharewall.blogspot.com/p/privacy-policy.html Informazioni di Base sull'Estensione
| Nome | |
| ID | ahaclkcdfdcebbegimadgdlkccjdkmca |
| URL Ufficiale | https://chromewebstore.google.com/detail/dev-tools/ahaclkcdfdcebbegimadgdlkccjdkmca |
| Descrizione | Collection of Handy tools for web/developers! |
| Dimensione del File | 106 KB |
| Conteggio Installazioni | 885 |
| Versione Corrente | 5.0 |
| Ultimo Aggiornamento | 2021-05-04 |
| Data di Pubblicazione | 2018-08-08 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://ratsubsharewall.blogspot.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://onlinedevtool.blogspot.com/ |
| URL della Pagina della Politica sulla Privacy | https://dtools.app/privacy |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Dev Tools",
"short_name": "Collection of Handy tools",
"description": "Collection of Handy tools for web\/developers!",
"version": "5.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Dev Tools"
},
"options_page": "options.html",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |