IT Tools

Handy online tools for developers!

IT Tools क्या है?

IT Tools https://itoolkit.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Handy online tools for developers!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IT Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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...                    

एक्सटेंशन की मूल जानकारी

नाम IT Tools IT Tools
ID ehbfkcepbjbhjiilmhnjcomjegnpcjoc
आधिकारिक URL https://chromewebstore.google.com/detail/it-tools/ehbfkcepbjbhjiilmhnjcomjegnpcjoc
विवरण Handy online tools for developers!
फ़ाइल का आकार 3.97 MB
स्थापना संख्या 1,190
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-12-22
प्रकाशन तिथि 2023-11-22
रेटिंग 5.00/5 कुल 148 रेटिंग्स
डेवलपर https://itoolkit.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://itoolkit.app/it-tools
समर्थित भाषाएँ 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\/*"
            ]
        }
    ]
}