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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
    }
}