IT Tools
Handy online tools for developers!
¿Qué es IT Tools?
IT Tools es una extensión de Chrome desarrollada por https://itoolkit.app, y su función principal es "Handy online tools for developers!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión IT Tools
Descarga archivos de extensión IT Tools en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Collection of handy online tools for developers, with great UX. IT Tools is a free collection of handy online tools for developers & people working in IT. ===========Tools list=========== ==Web== - Encode/decode url formatted strings - Escape html entities - Url parser - Device information - Basic auth generator - Open graph meta generator - OTP code generator - Mime types - JWT parser - Keycode info - Slugify string - HTML WYSIWYG editor - User-agent parser - HTTP status codes - JSON diff - Markdown Editor ==Network== - IP Location - IPv4 subnet calculator - IPv4 address converter - MAC address lookup ==Development== - Git cheatsheet - Random port generator - Crontab generator - JSON prettify and format - JSON minify - JSON to CSV - SQL prettify and format - Chmod calculator - Docker run to Docker compose converter - XML formatter ==Crypto== - Token generator - Hash text - Bcrypt - UUIDs generator - ULID generator - Encrypt / decrypt text - BIP39 passphrase generator - Hmac generator - RSA key pair generator - Password strength analyser - File checksum validator - Photo EXIF reader ==Converter== - Date-time converter - Integer base converter - Roman numeral converter - Base64 string encoder/decoder - Base64 file converter - Color converter - Case converter - Text to NATO alphabet - Text to ASCII binary - YAML to JSON converter - YAML to TOML - JSON to YAML converter - JSON to TOML - List converter - TOML to JSON More tools are on the way...
Información Básica de la Extensión
Nombre | IT Tools |
ID | ehbfkcepbjbhjiilmhnjcomjegnpcjoc |
URL Oficial | https://chromewebstore.google.com/detail/it-tools/ehbfkcepbjbhjiilmhnjcomjegnpcjoc |
Descripción | Handy online tools for developers! |
Tamaño del Archivo | 3.97 MB |
Cantidad de Instalaciones | 1,190 |
Versión Actual | 1.0.2 |
Última Actualización | 2023-12-22 |
Fecha de Publicación | 2023-11-22 |
Calificación | 5.00/5 Total de 148 Calificaciones |
Desarrollador | https://itoolkit.app |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://itoolkit.app/it-tools |
Idiomas Soportados | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "version": "1.0.2", "manifest_version": 3, "author": "IT Tools", "background": { "service_worker": "background.js" }, "permissions": [], "action": { "default_icon": { "16": "\/images\/icon_16X16.png", "32": "\/images\/icon_32X32.png", "48": "\/images\/icon_48X48.png", "128": "\/images\/icon_128X128.png", "256": "\/images\/icon_256X256.png" } }, "icons": { "16": "\/images\/icon_16X16.png", "32": "\/images\/icon_32X32.png", "48": "\/images\/icon_48X48.png", "128": "\/images\/icon_128X128.png", "256": "\/images\/icon_256X256.png" }, "options_ui": { "page": "index.html" }, "web_accessible_resources": [ { "resources": [ "*.json" ], "matches": [ "https:\/\/itoolkit.app\/*" ] } ] } |