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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Capital One และคุณลักษณะหลักของมันคือ "A simple form-filler for an internal application. Makes devs lives easier. Allows disabling the page timeout for the page as well."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DAPP Dev Tool

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
}