Web Developer Practicing Tool
Web developers (and other knowledge areas) Knowledge refresher.
Web Developer Practicing Toolคืออะไร?
Web Developer Practicing Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.fabianalvarado.com และคุณลักษณะหลักของมันคือ "Web developers (and other knowledge areas) Knowledge refresher."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Developer Practicing Tool
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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 } } |