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 là gì?
DAPP Dev Tool là một tiện ích mở rộng Chrome được phát triển bởi Capital One, và tính năng chính của nó là "A simple form-filler for an internal application. Makes devs lives easier. Allows disabling the page timeout for the page as well.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DAPP Dev Tool
Tải xuống các tệp mở rộng DAPP Dev Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A simple form-filler for an internal application. Makes devs lives easier. Fill out form with dummy data.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DAPP Dev Tool |
ID | ooimlanbakimmffpcbbmdbmleinjheoh |
URL Chính Thức | https://chromewebstore.google.com/detail/dapp-dev-tool/ooimlanbakimmffpcbbmdbmleinjheoh |
Mô tả | A simple form-filler for an internal application. Makes devs lives easier. Allows disabling the page timeout for the page as well. |
Kích Thước Tệp | 713 KB |
Số Lần Cài Đặt | 292 |
Phiên Bản Hiện Tại | 1.3.5 |
Cập Nhật Lần Cuối | 2021-08-20 |
Ngày Phát Hành | 2020-10-08 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Capital One |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |