Strong Caffeine
Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.
Strong Caffeine là gì?
Strong Caffeine là một tiện ích mở rộng Chrome được phát triển bởi mhenry1384, và tính năng chính của nó là "Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Strong Caffeine
Tải xuống các tệp mở rộng Strong Caffeine 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
Prevents OS from automatically going to sleep or starting screen saver. No option to disable. Intended for use with kiosk web apps.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Strong Caffeine |
ID | pmmnhaaoadicdfmemocgoplcgdmnpmji |
URL Chính Thức | https://chromewebstore.google.com/detail/strong-caffeine/pmmnhaaoadicdfmemocgoplcgdmnpmji |
Mô tả | Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps. |
Kích Thước Tệp | 8.64 KB |
Số Lần Cài Đặt | 576 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2021-09-25 |
Ngày Phát Hành | 2021-09-25 |
Nhà Phát Triển | mhenry1384 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mhenry1384/caffeine |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.0", "name": "Strong Caffeine", "description": "Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.", "permissions": [ "power" ], "icons": { "128": "data\/icons\/128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": [], "homepage_url": "https:\/\/github.com\/mhenry1384\/caffeine" } |