Web Developer Practicing Tool

Web developers (and other knowledge areas) Knowledge refresher.

Cos'è Web Developer Practicing Tool?

Web Developer Practicing Tool è un'estensione di Chrome sviluppata da https://www.fabianalvarado.com, e la sua funzione principale è "Web developers (and other knowledge areas) Knowledge refresher.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Web Developer Practicing Tool

Scarica i file di estensione Web Developer Practicing Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Web Developer Practicing Tool Web Developer Practicing Tool
ID mkdglhoadaebgenpjlfgekohnonkpdbi
URL Ufficiale https://chromewebstore.google.com/detail/web-developer-practicing/mkdglhoadaebgenpjlfgekohnonkpdbi
Descrizione Web developers (and other knowledge areas) Knowledge refresher.
Dimensione del File 14.8 KB
Conteggio Installazioni 21
Versione Corrente 1.0.0.0006
Ultimo Aggiornamento 2019-02-20
Data di Pubblicazione 2019-02-19
Sviluppatore https://www.fabianalvarado.com
Tipo di Pagamento free
Sito Web dell'Estensione https://www.fabianalvarado.com/
Lingue Supportate 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
    }
}