Dev Tools

Collection of Handy tools for web/developers!

ما هو Dev Tools؟

Dev Tools هو إضافة Chrome تم تطويرها بواسطة https://ratsubsharewall.blogspot.com، والميزة الرئيسية لها هي "Collection of Handy tools for web/developers!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Dev Tools

قم بتنزيل ملفات الامتداد Dev Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Dev Tools Dev Tools
ID ahaclkcdfdcebbegimadgdlkccjdkmca
عنوان URL الرسمي https://chromewebstore.google.com/detail/dev-tools/ahaclkcdfdcebbegimadgdlkccjdkmca
الوصف Collection of Handy tools for web/developers!
حجم الملف 106 KB
عدد التثبيتات 885
النسخة الحالية 5.0
آخر تحديث 2021-05-04
تاريخ النشر 2018-08-08
تقييم 5.00/5 مجموع تقييمات 1
المطور https://ratsubsharewall.blogspot.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://onlinedevtool.blogspot.com/
عنوان صفحة سياسة الخصوصية https://dtools.app/privacy
اللغات المدعومة 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"
    }
}