Web Developer Practicing Tool
Web developers (and other knowledge areas) Knowledge refresher.
Apa itu Web Developer Practicing Tool?
Web Developer Practicing Tool adalah ekstensi Chrome yang dikembangkan oleh https://www.fabianalvarado.com, dan fitur utamanya adalah "Web developers (and other knowledge areas) Knowledge refresher.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Web Developer Practicing Tool
Unduh file ekstensi Web Developer Practicing Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | mkdglhoadaebgenpjlfgekohnonkpdbi |
URL Resmi | https://chromewebstore.google.com/detail/web-developer-practicing/mkdglhoadaebgenpjlfgekohnonkpdbi |
Deskripsi | Web developers (and other knowledge areas) Knowledge refresher. |
Ukuran File | 14.8 KB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 1.0.0.0006 |
Terakhir Diperbarui | 2019-02-20 |
Tanggal Publikasi | 2019-02-19 |
Pengembang | https://www.fabianalvarado.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.fabianalvarado.com/ |
Bahasa yang Didukung | 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 } } |