Similar Pages

Find pages similar to the current one!

Similar Pagesคืออะไร?

Similar Pages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Austin Huang และคุณลักษณะหลักของมันคือ "Find pages similar to the current one!"

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

screenshot

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

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

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

                        Click the extension icon to see similar pages! Currently only support English web sites.                    

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

ชื่อ Similar Pages Similar Pages
ID acfdoaedghianhkhaneeejlcldikhgjh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/similar-pages/acfdoaedghianhkhaneeejlcldikhgjh
คำอธิบาย Find pages similar to the current one!
ขนาดไฟล์ 1.71 MB
จำนวนการติดตั้ง 271
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2019-09-04
วันที่เผยแพร่ 2019-09-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Austin Huang
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Similar Pages",
    "version": "0.1.0",
    "description": "Find pages similar to the current one!",
    "author": "Austin Huang",
    "permissions": [
        "https:\/\/*.google.com\/",
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Click to see similar pages",
        "default_icon": {
            "16": "images\/similarpages16.png",
            "32": "images\/similarpages32.png",
            "48": "images\/similarpages48.png",
            "128": "images\/similarpages128.png"
        }
    },
    "icons": {
        "16": "images\/similarpages16.png",
        "32": "images\/similarpages32.png",
        "48": "images\/similarpages48.png",
        "128": "images\/similarpages128.png"
    },
    "manifest_version": 2
}