Source Finder

Source Finder

Source Finderคืออะไร?

Source Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hipster Private Limited และคุณลักษณะหลักของมันคือ "Source Finder"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Source Finder

ดาวน์โหลดไฟล์ส่วนขยาย Source Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With this extension tool, users can effortlessly upload their resources onto Source Finder, making resource sharing a breeze. 

Easily upload your files, documents, images and videos to the Source Finder platform directly from your browser!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Source Finder Source Finder
ID hkfimkoljbbfklglbkdgfpameplcdjmh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/source-finder/hkfimkoljbbfklglbkdgfpameplcdjmh
คำอธิบาย Source Finder
ขนาดไฟล์ 1.23 MB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-07-27
วันที่เผยแพร่ 2023-07-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Hipster Private Limited
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hipster-inc.com/
URL หน้าช่วยเหลือ https://hipster-inc.com/contact-us
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Source Finder",
    "description": "Source Finder",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "Extensionicons.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}