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 |
Eメール | [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 } |