Slides Timer

Create timers using placeholders. ie <<0:00+>>, <<5:00->>, <

Slides Timer là gì?

Slides Timer là một tiện ích mở rộng Chrome được phát triển bởi https://claycodes.org, và tính năng chính của nó là "Create timers using placeholders. ie <<0:00+>>, <<5:00->>, <

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Slides Timer

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

                        Pause and restart timers with the d key. Reset timers with the e key. Add $ in a count down or up timer to start it in a paused state. More granular time formatting. 

Be sure to refresh your slides after you install for the timer to work. 

Slides Timer is an extension which will automatically bring timers to life in presented slides. Times placed between << and >> will be replaced with a timer. Use - as the last character to count down from the specified time. Use + to count up from the specified time. use <

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

Tên Slides Timer Slides Timer
ID nfhjdkmpebifdelclimjfaackjhiglpc
URL Chính Thức https://chromewebstore.google.com/detail/slides-timer/nfhjdkmpebifdelclimjfaackjhiglpc
Mô tả Create timers using placeholders. ie <<0:00+>>, <<5:00->>, <
Kích Thước Tệp 17.04 KB
Số Lần Cài Đặt 111,747
Phiên Bản Hiện Tại 1.27
Cập Nhật Lần Cuối 2023-04-07
Ngày Phát Hành 2020-02-16
Đánh Giá 3.33/5 Tổng số 57 Đánh Giá
Nhà Phát Triển https://claycodes.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.claycodes.org/google-add-onsextensions
URL Trang Trợ Giúp https://www.claycodes.org/google-add-onsextensions
URL Trang Chính Sách Bảo Mật https://www.claycodes.org/home/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.27",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/docs.google.com\/presentation*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "19": "images\/icons\/19.png",
            "38": "images\/icons\/38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "38": "images\/icons\/38.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "offline_enabled": true
}