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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple form-filler for an internal application. Makes devs lives easier. Allows disabling the page timeout for the page as well."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DAPP Dev Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |