DAPP Dev Tool
A simple form-filler for an internal application. Makes devs lives easier. Allows disabling the page timeout for the page as well.
ما هو DAPP Dev Tool؟
DAPP Dev Tool هو إضافة Chrome تم تطويرها بواسطة Capital One، والميزة الرئيسية لها هي "A simple form-filler for an internal application. Makes devs lives easier. Allows disabling the page timeout for the page as well.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DAPP Dev Tool
قم بتنزيل ملفات الامتداد DAPP Dev Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple form-filler for an internal application. Makes devs lives easier. Fill out form with dummy data.
معلومات أساسية عن التمديد
الاسم | DAPP Dev Tool |
ID | ooimlanbakimmffpcbbmdbmleinjheoh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dapp-dev-tool/ooimlanbakimmffpcbbmdbmleinjheoh |
الوصف | A simple form-filler for an internal application. Makes devs lives easier. Allows disabling the page timeout for the page as well. |
حجم الملف | 713 KB |
عدد التثبيتات | 292 |
النسخة الحالية | 1.3.5 |
آخر تحديث | 2021-08-20 |
تاريخ النشر | 2020-10-08 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Capital One |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "DAPP Dev Tool", "name": "DAPP Dev Tool", "description": "A simple form-filler for an internal application. Makes devs lives easier. Allows disabling the page timeout for the page as well.", "version": "1.3.5", "permissions": [ "activeTab", "clipboardRead" ], "optional_permissions": [ "storage" ], "browser_action": { "default_title": "Fill out this form.", "default_icon": "icon.png", "default_popup": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon.png" }, "web_accessible_resources": [ "*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |