IT Tools
Handy online tools for developers!
Co je IT Tools?
IT Tools je rozšíření Chrome vyvinuté https://itoolkit.app, a jeho hlavní funkcí je „Handy online tools for developers!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření IT Tools
Stáhněte si soubory rozšíření IT Tools ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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...
Základní Informace o Rozšíření
Název | IT Tools |
ID | ehbfkcepbjbhjiilmhnjcomjegnpcjoc |
Oficiální URL | https://chromewebstore.google.com/detail/it-tools/ehbfkcepbjbhjiilmhnjcomjegnpcjoc |
Popis | Handy online tools for developers! |
Velikost souboru | 3.97 MB |
Počet instalací | 1,190 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2023-12-22 |
Datum Vydání | 2023-11-22 |
Hodnocení | 5.00/5 Celkem 148 Hodnocení |
Vývojář | https://itoolkit.app |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://itoolkit.app/it-tools |
Podporované Jazyky | 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\/*" ] } ] } |