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.”。

擴展截圖

screenshot

下載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 DAPP Dev Tool
ID ooimlanbakimmffpcbbmdbmleinjheoh
官方網址 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
}