Web Dev Kit
Tools to facilitate web development
Web Dev Kit क्या है?
Web Dev Kit james south द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tools to facilitate web development"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Web Dev Kit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Every browser window can of course be minimized, maximized and restored down to its previous size. Web Dev Kit augments those native options with two more (so far): dock in either the left or right half of the screen (I intend to expand these options soon). Great for web development or coding along to tutorials! Just click the icon to open the menu and then click the left or right arrow! Currently there are no options and no special permissions are required. Promotional art includes laptop image (minus screen image and shadow) and Stout Scarab image by Pixabay users janjf93 and Mark Thomas, respectively. All other elements either public domain or original. This is an open source project and you can see the code and file issues here: https://github.com/jamessouth/webdevkit Thank you!
एक्सटेंशन की मूल जानकारी
नाम | Web Dev Kit |
ID | geedfiohcopjhgancckdfanhobhfbgmm |
आधिकारिक URL | https://chromewebstore.google.com/detail/web-dev-kit/geedfiohcopjhgancckdfanhobhfbgmm |
विवरण | Tools to facilitate web development |
फ़ाइल का आकार | 29.1 KB |
स्थापना संख्या | 40 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2019-05-10 |
प्रकाशन तिथि | 2019-05-10 |
डेवलपर | james south |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jamessouth/webdevkit |
सहायता पृष्ठ URL | https://github.com/jamessouth/webdevkit/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Dev Kit", "short_name": "Web Dev Kit", "version": "1.0.1", "description": "Tools to facilitate web development", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/wdk16.png", "32": "icons\/wdk32.png", "48": "icons\/wdk48.png", "128": "icons\/wdk128.png" } }, "icons": { "16": "icons\/wdk16.png", "32": "icons\/wdk32.png", "48": "icons\/wdk48.png", "128": "icons\/wdk128.png" }, "manifest_version": 2 } |