Web Developer Practicing Tool
Web developers (and other knowledge areas) Knowledge refresher.
O que é Web Developer Practicing Tool?
Web Developer Practicing Tool é uma extensão do Chrome desenvolvida por https://www.fabianalvarado.com, e sua principal característica é "Web developers (and other knowledge areas) Knowledge refresher.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Web Developer Practicing Tool
Baixe arquivos de extensão Web Developer Practicing Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | mkdglhoadaebgenpjlfgekohnonkpdbi |
URL Oficial | https://chromewebstore.google.com/detail/web-developer-practicing/mkdglhoadaebgenpjlfgekohnonkpdbi |
Descrição | Web developers (and other knowledge areas) Knowledge refresher. |
Tamanho do Arquivo | 14.8 KB |
Contagem de Instalações | 21 |
Versão Atual | 1.0.0.0006 |
Última Atualização | 2019-02-20 |
Data de Publicação | 2019-02-19 |
Desenvolvedor | https://www.fabianalvarado.com |
Tipo de Pagamento | free |
Site da Extensão | https://www.fabianalvarado.com/ |
Idiomas Suportados | 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 } } |