Web Developer Practicing Tool
Web developers (and other knowledge areas) Knowledge refresher.
What is Web Developer Practicing Tool?
Web Developer Practicing Tool is a Chrome extension developed by https://www.fabianalvarado.com, and its main feature is "Web developers (and other knowledge areas) Knowledge refresher.".
Extension Screenshots
Download Web Developer Practicing Tool Extension CRX File
Download Web Developer Practicing Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | mkdglhoadaebgenpjlfgekohnonkpdbi |
Official URL | https://chromewebstore.google.com/detail/web-developer-practicing/mkdglhoadaebgenpjlfgekohnonkpdbi |
Description | Web developers (and other knowledge areas) Knowledge refresher. |
File Size | 14.8 KB |
Installation Count | 21 |
Current Version | 1.0.0.0006 |
Last Updated | 2019-02-20 |
Publish Date | 2019-02-19 |
Developer | https://www.fabianalvarado.com |
Payment Type | free |
Extension Website | https://www.fabianalvarado.com/ |
Supported Languages | 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 } } |