Dev Tools

Collection of Handy tools for web/developers!

Co to jest Dev Tools?

Dev Tools to rozszerzenie Chrome opracowane przez https://ratsubsharewall.blogspot.com, a jego główną funkcją jest „Collection of Handy tools for web/developers!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Dev Tools

Pobierz pliki rozszerzeń Dev Tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Dev Tools Dev Tools
ID ahaclkcdfdcebbegimadgdlkccjdkmca
Oficjalny URL https://chromewebstore.google.com/detail/dev-tools/ahaclkcdfdcebbegimadgdlkccjdkmca
Opis Collection of Handy tools for web/developers!
Rozmiar pliku 106 KB
Liczba instalacji 885
Aktualna Wersja 5.0
Ostatnia Aktualizacja 2021-05-04
Data Publikacji 2018-08-08
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://ratsubsharewall.blogspot.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://onlinedevtool.blogspot.com/
Adres URL Strony Polityki Prywatności https://dtools.app/privacy
Obsługiwane Języki 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"
    }
}