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