Dev Tools

Collection of Handy tools for web/developers!

Apa itu Dev Tools?

Dev Tools adalah ekstensi Chrome yang dikembangkan oleh https://ratsubsharewall.blogspot.com, dan fitur utamanya adalah "Collection of Handy tools for web/developers!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Dev Tools

Unduh file ekstensi Dev Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Dev Tools Dev Tools
ID ahaclkcdfdcebbegimadgdlkccjdkmca
URL Resmi https://chromewebstore.google.com/detail/dev-tools/ahaclkcdfdcebbegimadgdlkccjdkmca
Deskripsi Collection of Handy tools for web/developers!
Ukuran File 106 KB
Jumlah Instalasi 885
Versi Saat Ini 5.0
Terakhir Diperbarui 2021-05-04
Tanggal Publikasi 2018-08-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://ratsubsharewall.blogspot.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://onlinedevtool.blogspot.com/
URL Halaman Kebijakan Privasi https://dtools.app/privacy
Bahasa yang Didukung 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"
    }
}