Web Developer Practicing Tool

Web developers (and other knowledge areas) Knowledge refresher.

Web Developer Practicing Tool là gì?

Web Developer Practicing Tool là một tiện ích mở rộng Chrome được phát triển bởi https://www.fabianalvarado.com, và tính năng chính của nó là "Web developers (and other knowledge areas) Knowledge refresher.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web Developer Practicing Tool

Tải xuống các tệp mở rộng Web Developer Practicing Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web Developer Practicing Tool Web Developer Practicing Tool
ID mkdglhoadaebgenpjlfgekohnonkpdbi
URL Chính Thức https://chromewebstore.google.com/detail/web-developer-practicing/mkdglhoadaebgenpjlfgekohnonkpdbi
Mô tả Web developers (and other knowledge areas) Knowledge refresher.
Kích Thước Tệp 14.8 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.0.0.0006
Cập Nhật Lần Cuối 2019-02-20
Ngày Phát Hành 2019-02-19
Nhà Phát Triển https://www.fabianalvarado.com
Loại Thanh Toán free
Trang Web Mở Rộng https://www.fabianalvarado.com/
Ngôn Ngữ Được Hỗ Trợ 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
    }
}