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是由Capital One开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载DAPP Dev Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |