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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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
}