Web Developer Practicing Tool

Web developers (and other knowledge areas) Knowledge refresher.

¿Qué es Web Developer Practicing Tool?

Web Developer Practicing Tool es una extensión de Chrome desarrollada por https://www.fabianalvarado.com, y su función principal es "Web developers (and other knowledge areas) Knowledge refresher.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Web Developer Practicing Tool

Descarga archivos de extensión Web Developer Practicing Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Web Developer Practicing Tool Web Developer Practicing Tool
ID mkdglhoadaebgenpjlfgekohnonkpdbi
URL Oficial https://chromewebstore.google.com/detail/web-developer-practicing/mkdglhoadaebgenpjlfgekohnonkpdbi
Descripción Web developers (and other knowledge areas) Knowledge refresher.
Tamaño del Archivo 14.8 KB
Cantidad de Instalaciones 21
Versión Actual 1.0.0.0006
Última Actualización 2019-02-20
Fecha de Publicación 2019-02-19
Desarrollador https://www.fabianalvarado.com
Tipo de Pago free
Sitio Web de la Extensión https://www.fabianalvarado.com/
Idiomas Soportados 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
    }
}