Site Searcher

Easy tool that lets you search related content and similar websites instead of lost content

Site Searcherคืออะไร?

Site Searcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eugene Treko และคุณลักษณะหลักของมันคือ "Easy tool that lets you search related content and similar websites instead of lost content"

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

screenshot
screenshot

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

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

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

                        If you want to improve your browsing it's easier to do with Site Searcher. Get useful suggestions of related websites that are similar to the one that you're unable to reach. If the site you were looking for wasn't found and the web address is missing Site Searcher will suggest similar websites. Recommended content will be instantly suggested instead of a standard 404 error page that the browser loads when your website wasn't found. With Site Searcher it's easier to continue browsing without interruption.                    

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

ชื่อ Site Searcher Site Searcher
ID ldjmnjgloogghhkpocikaoibikhebmhm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/site-searcher/ldjmnjgloogghhkpocikaoibikhebmhm
คำอธิบาย Easy tool that lets you search related content and similar websites instead of lost content
ขนาดไฟล์ 9.97 KB
จำนวนการติดตั้ง 90,000
เวอร์ชันปัจจุบัน 1.02
อัปเดตครั้งล่าสุด 2022-06-27
วันที่เผยแพร่ 2022-06-27
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Eugene Treko
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://site-searcher.com/
URL หน้าช่วยเหลือ https://site-searcher.com/?a=about
URL หน้านโยบายความเป็นส่วนตัว https://newpagefinder.com?a=privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Leon Vojcech",
    "name": "Site Searcher",
    "short_name": "Site Searcher",
    "homepage_url": "https:\/\/site-searcher.com\/",
    "description": "Easy tool that lets you search related content and similar websites instead of lost content",
    "version": "1.02",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}