Web Developer Practicing Tool
Web developers (and other knowledge areas) Knowledge refresher.
Vad är Web Developer Practicing Tool?
Web Developer Practicing Tool är en Chrome-tillägg utvecklad av https://www.fabianalvarado.com, och dess huvudfunktion är "Web developers (and other knowledge areas) Knowledge refresher.".
Tilläggsskärmbilder
Ladda ner Web Developer Practicing Tool-förlängningens CRX-fil
Ladda ner Web Developer Practicing Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | mkdglhoadaebgenpjlfgekohnonkpdbi |
Officiell webbadress | https://chromewebstore.google.com/detail/web-developer-practicing/mkdglhoadaebgenpjlfgekohnonkpdbi |
Beskrivning | Web developers (and other knowledge areas) Knowledge refresher. |
Filstorlek | 14.8 KB |
Antal Installationer | 21 |
Aktuell Version | 1.0.0.0006 |
Senast Uppdaterad | 2019-02-20 |
Publiceringsdatum | 2019-02-19 |
Utvecklare | https://www.fabianalvarado.com |
Betalningssätt | free |
Tilläggswebbplats | https://www.fabianalvarado.com/ |
Stödda Språk | 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 } } |