Stopwatch

This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.

Stopwatch là gì?

Stopwatch là một tiện ích mở rộng Chrome được phát triển bởi codeware development, và tính năng chính của nó là "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.".

Ả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 Stopwatch

Tải xuống các tệp mở rộng Stopwatch 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 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.                    

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

Tên Stopwatch Stopwatch
ID gajcbmkmmcacnlpaffppednahicmomfn
URL Chính Thức https://chromewebstore.google.com/detail/stopwatch/gajcbmkmmcacnlpaffppednahicmomfn
Mô tả This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.
Kích Thước Tệp 72.87 KB
Số Lần Cài Đặt 1,213
Phiên Bản Hiện Tại 1.0.0.1
Cập Nhật Lần Cuối 2018-02-10
Ngày Phát Hành 2018-02-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển codeware development
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}