IT Tools
Handy online tools for developers!
What is IT Tools?
IT Tools is a Chrome extension developed by https://itoolkit.app, and its main feature is "Handy online tools for developers!".
Extension Screenshots
Download IT Tools Extension CRX File
Download IT Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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...
Extension Basic Information
Name | IT Tools |
ID | ehbfkcepbjbhjiilmhnjcomjegnpcjoc |
Official URL | https://chromewebstore.google.com/detail/it-tools/ehbfkcepbjbhjiilmhnjcomjegnpcjoc |
Description | Handy online tools for developers! |
File Size | 3.97 MB |
Installation Count | 1,190 |
Current Version | 1.0.2 |
Last Updated | 2023-12-22 |
Publish Date | 2023-11-22 |
Rating | 5.00/5 Total 148 Ratings |
Developer | https://itoolkit.app |
[email protected] | |
Payment Type | free |
Extension Website | https://itoolkit.app/it-tools |
Supported Languages | 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\/*" ] } ] } |