Web Developer Practicing Tool

Web developers (and other knowledge areas) Knowledge refresher.

什么是Web Developer Practicing Tool?

Web Developer Practicing Tool是由https://www.fabianalvarado.com开发的Chrome扩展程序,该扩展的主要功能是“Web developers (and other knowledge areas) Knowledge refresher.”。

扩展截图

screenshot

下载Web Developer Practicing Tool扩展crx文件

下载Web Developer Practicing Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
    }
}