Dev Tools
Tools for Developers.
ما هو Dev Tools؟
Dev Tools هو إضافة Chrome تم تطويرها بواسطة Balcones Enterprises، والميزة الرئيسية لها هي "Tools for Developers.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dev Tools
قم بتنزيل ملفات الامتداد Dev Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple tools to help streamline daily ad hoc workflows for developers. I've been creating 'throw away' tools for years and now I'm going to assemble them into this Chrome extension. I have many more features on the way! Please feel free to suggest ideas or provide feedback: [email protected]
معلومات أساسية عن التمديد
الاسم | Dev Tools |
ID | leffbcbamfabplbkbgjpdfafcajhjffl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dev-tools/leffbcbamfabplbkbgjpdfafcajhjffl |
الوصف | Tools for Developers. |
حجم الملف | 1.14 MB |
عدد التثبيتات | 32 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-07-24 |
تاريخ النشر | 2019-07-24 |
المطور | Balcones Enterprises |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://balconesenterprises.com/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dev Tools", "description": " Tools for Developers.", "version": "1.0", "short_name": "Dev Tools", "icons": { "32": "images\/CWS_appIcon_32x32.png", "128": "images\/CWS_appIcon_128x128.png", "512": "images\/CWS_appIcon_512x512.png" }, "browser_action": { "default_icon": "images\/CWS_appIcon_512x512.png", "default_popup": "popup.html" }, "background": { "scripts": [] }, "permissions": [], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |