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.」です。

拡張機能のスクリーンショット

screenshot

SiamBIT - Screenshot Preview拡張機能のCRXファイルをダウンロード

SiamBIT - Screenshot Preview拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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"
    }
}