SiamBIT - Screenshot Preview
Show screenshots image instead camera icon with title "รูปภาพตัวอย่าง" on the files list page of SiamBIT website.
Co to jest SiamBIT - Screenshot Preview?
SiamBIT - Screenshot Preview to rozszerzenie Chrome opracowane przez CHNWT.dev, a jego główną funkcją jest „Show screenshots image instead camera icon with title "รูปภาพตัวอย่าง" on the files list page of SiamBIT website.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SiamBIT - Screenshot Preview
Pobierz pliki rozszerzeń SiamBIT - Screenshot Preview w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This browser extension is designed to show screenshots image instead camera icon on the files list page of the SiamBIT website. (Extension ที่ช่วยแสดงภาพ Screenshot ในหน้าเลือกไฟล์ให้โดยอัตโนมัติแทนที่ไอคอนแสดงรูปภาพตัวอย่าง)
Podstawowe informacje o rozszerzeniu
Nazwa | SiamBIT - Screenshot Preview |
ID | iknphfhlfopmgaodeckogohcipnepgdl |
Oficjalny URL | https://chromewebstore.google.com/detail/siambit-screenshot-previe/iknphfhlfopmgaodeckogohcipnepgdl |
Opis | Show screenshots image instead camera icon with title "รูปภาพตัวอย่าง" on the files list page of SiamBIT website. |
Rozmiar pliku | 89.22 KB |
Liczba instalacji | 143 |
Aktualna Wersja | 1.2.1 |
Ostatnia Aktualizacja | 2023-07-03 |
Data Publikacji | 2019-10-20 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | CHNWT.dev |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://chnwt.dev/privacy.html |
Obsługiwane Języki | 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" } } |