Related Search

Find related websites, using the google related: operator

Related Searchคืออะไร?

Related Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Find related websites, using the google related: operator"

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

screenshot
screenshot

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

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

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

                        Like what you found on the web? Find related sites quickly using this simple chrome extension. One click and a new tab with related sites opens!                    

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

ชื่อ Related Search Related Search
ID ngfibjjjgckccbpbppikkgipcpknbglf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/related-search/ngfibjjjgckccbpbppikkgipcpknbglf
คำอธิบาย Find related websites, using the google related: operator
ขนาดไฟล์ 63.51 KB
จำนวนการติดตั้ง 925
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2012-07-01
วันที่เผยแพร่ 2012-07-01
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/japerr/RelatedSearch
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Related Search",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Find related websites, using the google related: operator",
    "icons": {
        "16": "img\/related_16.png",
        "48": "img\/related_48.png",
        "128": "img\/related_128.png"
    },
    "background": {
        "scripts": [
            "js\/related.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/related_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}