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
官方網址 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
    }
}