SiamBIT - Screenshot Preview
Show screenshots image instead camera icon with title "รูปภาพตัวอย่าง" on the files list page of SiamBIT website.
SiamBIT - Screenshot Preview란 무엇입니까?
SiamBIT - Screenshot Preview은(는) CHNWT.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show screenshots image instead camera icon with title "รูปภาพตัวอย่าง" on the files list page of SiamBIT website."입니다.
확장 프로그램 스크린샷
SiamBIT - Screenshot Preview 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This browser extension is designed to show screenshots image instead camera icon on the files list page of the SiamBIT website. (Extension ที่ช่วยแสดงภาพ Screenshot ในหน้าเลือกไฟล์ให้โดยอัตโนมัติแทนที่ไอคอนแสดงรูปภาพตัวอย่าง)
확장 프로그램 기본 정보
이름 | SiamBIT - Screenshot Preview |
ID | iknphfhlfopmgaodeckogohcipnepgdl |
공식 URL | https://chromewebstore.google.com/detail/siambit-screenshot-previe/iknphfhlfopmgaodeckogohcipnepgdl |
설명 | Show screenshots image instead camera icon with title "รูปภาพตัวอย่าง" on the files list page of SiamBIT website. |
파일 크기 | 89.22 KB |
설치 횟수 | 143 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2023-07-03 |
출시 날짜 | 2019-10-20 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | CHNWT.dev |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://chnwt.dev/privacy.html |
지원되는 언어 | 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" } } |