Web Developer Practicing Tool
Web developers (and other knowledge areas) Knowledge refresher.
Web Developer Practicing Tool क्या है?
Web Developer Practicing Tool https://www.fabianalvarado.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Web developers (and other knowledge areas) Knowledge refresher."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Web Developer Practicing Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a question prompter that helps web developers (and other knowledge areas) to keep refreshing their memory by receiving popups at certain specified time which ask questions and evaluate the answers. It has different modes and options, you can decide the frequency of the popup questions, you can also launch questions at any time to increase your excercising rate.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mkdglhoadaebgenpjlfgekohnonkpdbi |
आधिकारिक URL | https://chromewebstore.google.com/detail/web-developer-practicing/mkdglhoadaebgenpjlfgekohnonkpdbi |
विवरण | Web developers (and other knowledge areas) Knowledge refresher. |
फ़ाइल का आकार | 14.8 KB |
स्थापना संख्या | 21 |
वर्तमान संस्करण | 1.0.0.0006 |
अंतिम अपडेट | 2019-02-20 |
प्रकाशन तिथि | 2019-02-19 |
डेवलपर | https://www.fabianalvarado.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.fabianalvarado.com/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Developer Practicing Tool", "description": "Web developers (and other knowledge areas) Knowledge refresher.", "version": "1.0.0.0006", "browser_action": { "default_title": "Web Developer Practicing Tool", "default_icon": "icon.png", "default_popup": "default-popup.html" }, "options_page": "options.html", "permissions": [ "storage", "notifications", "alarms", "activeTab", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |