Web Developer Practicing Tool
Web developers (and other knowledge areas) Knowledge refresher.
Co to jest Web Developer Practicing Tool?
Web Developer Practicing Tool to rozszerzenie Chrome opracowane przez https://www.fabianalvarado.com, a jego główną funkcją jest „Web developers (and other knowledge areas) Knowledge refresher.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Web Developer Practicing Tool
Pobierz pliki rozszerzeń Web Developer Practicing Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mkdglhoadaebgenpjlfgekohnonkpdbi |
Oficjalny URL | https://chromewebstore.google.com/detail/web-developer-practicing/mkdglhoadaebgenpjlfgekohnonkpdbi |
Opis | Web developers (and other knowledge areas) Knowledge refresher. |
Rozmiar pliku | 14.8 KB |
Liczba instalacji | 21 |
Aktualna Wersja | 1.0.0.0006 |
Ostatnia Aktualizacja | 2019-02-20 |
Data Publikacji | 2019-02-19 |
Deweloper | https://www.fabianalvarado.com |
Typ Płatności | free |
Strona Rozszerzenia | https://www.fabianalvarado.com/ |
Obsługiwane Języki | 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 } } |