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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show screenshots image instead camera icon with title "รูปภาพตัวอย่าง" on the files list page of SiamBIT website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SiamBIT - Screenshot Preview एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |