SiamBIT - Screenshot Preview
Show screenshots image instead camera icon with title "รูปภาพตัวอย่าง" on the files list page of SiamBIT website.
SiamBIT - Screenshot Preview là gì?
SiamBIT - Screenshot Preview là một tiện ích mở rộng Chrome được phát triển bởi CHNWT.dev, và tính năng chính của nó là "Show screenshots image instead camera icon with title "รูปภาพตัวอย่าง" on the files list page of SiamBIT website.".
Ả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 SiamBIT - Screenshot Preview
Tải xuống các tệp mở rộng SiamBIT - Screenshot Preview 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 browser extension is designed to show screenshots image instead camera icon on the files list page of the SiamBIT website. (Extension ที่ช่วยแสดงภาพ Screenshot ในหน้าเลือกไฟล์ให้โดยอัตโนมัติแทนที่ไอคอนแสดงรูปภาพตัวอย่าง)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SiamBIT - Screenshot Preview |
ID | iknphfhlfopmgaodeckogohcipnepgdl |
URL Chính Thức | https://chromewebstore.google.com/detail/siambit-screenshot-previe/iknphfhlfopmgaodeckogohcipnepgdl |
Mô tả | Show screenshots image instead camera icon with title "รูปภาพตัวอย่าง" on the files list page of SiamBIT website. |
Kích Thước Tệp | 89.22 KB |
Số Lần Cài Đặt | 143 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2023-07-03 |
Ngày Phát Hành | 2019-10-20 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | CHNWT.dev |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://chnwt.dev/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SiamBIT - Screenshot Preview", "description": "Show screenshots image instead camera icon with title \"\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07\" on the files list page of SiamBIT website.", "version": "1.2.1", "author": "Chanwit Settavongsin", "content_scripts": [ { "matches": [ "https:\/\/www.siambit.me\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html" } } |