Google Similar Sites

The extension helps you google the similar websites. The related sites will be listed if clicking the extension icon

Google Similar Sitesคืออะไร?

Google Similar Sites เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ExtensionHub และคุณลักษณะหลักของมันคือ "The extension helps you google the similar websites. The related sites will be listed if clicking the extension icon"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Similar Sites

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

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

                        Whenever you visit a website, if you want to explore the similar sites and find something inspiring, you can click the extension icon. Then, the extension will list all the related websites based on Google's powerful related search function. Simple and useful, right? So, why not download and give it a try now?                    

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

ชื่อ Google Similar Sites Google Similar Sites
ID ajipbacgbjnabfmjgbicpijinlbcfcpo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-similar-sites/ajipbacgbjnabfmjgbicpijinlbcfcpo
คำอธิบาย The extension helps you google the similar websites. The related sites will be listed if clicking the extension icon
ขนาดไฟล์ 15.42 KB
จำนวนการติดตั้ง 2,447
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-03-10
วันที่เผยแพร่ 2020-03-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ExtensionHub
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "build\/logo_16.png",
            "24": "build\/logo_24.png",
            "32": "build\/logo_32.png"
        }
    },
    "icons": {
        "16": "build\/logo_16.png",
        "48": "build\/logo_48.png",
        "128": "build\/logo_128.png"
    },
    "web_accessible_resources": [
        "build\/*"
    ],
    "background": {
        "scripts": [
            "build\/browser-polyfill.js",
            "build\/background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}