Web Developer Practicing Tool

Web developers (and other knowledge areas) Knowledge refresher.

ما هو Web Developer Practicing Tool؟

Web Developer Practicing Tool هو إضافة Chrome تم تطويرها بواسطة https://www.fabianalvarado.com، والميزة الرئيسية لها هي "Web developers (and other knowledge areas) Knowledge refresher.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Web Developer Practicing Tool

قم بتنزيل ملفات الامتداد Web Developer Practicing Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Web Developer Practicing Tool Web Developer Practicing Tool
ID mkdglhoadaebgenpjlfgekohnonkpdbi
عنوان URL الرسمي https://chromewebstore.google.com/detail/web-developer-practicing/mkdglhoadaebgenpjlfgekohnonkpdbi
الوصف Web developers (and other knowledge areas) Knowledge refresher.
حجم الملف 14.8 KB
عدد التثبيتات 21
النسخة الحالية 1.0.0.0006
آخر تحديث 2019-02-20
تاريخ النشر 2019-02-19
المطور https://www.fabianalvarado.com
نوع الدفع free
موقع الإضافة https://www.fabianalvarado.com/
اللغات المدعومة 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
    }
}