Stopwatch
This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.
Stopwatchคืออะไร?
Stopwatch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย codeware development และคุณลักษณะหลักของมันคือ "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stopwatch
ดาวน์โหลดไฟล์ส่วนขยาย Stopwatch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This stopwatch gives you the ability to count your time without leaving your active tab or window. It has build in persistence wich will still count even if you have to restart the browser or even your computer.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Stopwatch |
ID | gajcbmkmmcacnlpaffppednahicmomfn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/stopwatch/gajcbmkmmcacnlpaffppednahicmomfn |
คำอธิบาย | This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page. |
ขนาดไฟล์ | 72.87 KB |
จำนวนการติดตั้ง | 1,213 |
เวอร์ชันปัจจุบัน | 1.0.0.1 |
อัปเดตครั้งล่าสุด | 2018-02-10 |
วันที่เผยแพร่ | 2018-02-10 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | codeware development |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stopwatch", "description": "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.", "version": "1.0.0.1", "browser_action": { "default_icon": "watch.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |