LinkShot Extension

This extension appends screenshots for each link in google search result that improve your search experience.

LinkShot Extensionคืออะไร?

LinkShot Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย linkshot.app และคุณลักษณะหลักของมันคือ "This extension appends screenshots for each link in google search result that improve your search experience."

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

screenshot

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

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

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

                        This extension appends screenshots for each link in google search result that improve your search experience.                    

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

ชื่อ LinkShot Extension LinkShot Extension
ID acefnkdabokjpelacjcgkpfennjilmka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/linkshot-extension/acefnkdabokjpelacjcgkpfennjilmka
คำอธิบาย This extension appends screenshots for each link in google search result that improve your search experience.
ขนาดไฟล์ 40.57 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 1.4.3
อัปเดตครั้งล่าสุด 2020-11-14
วันที่เผยแพร่ 2020-03-26
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา linkshot.app
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkShot Extension",
    "version": "1.4.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.dk\/*",
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.com.ua\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "mustache.min.js",
                "analytics.js",
                "content.js"
            ],
            "css": [
                "imageTemplate.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "imageTemplate.mst",
        "bigImageTemplate.mst",
        "analytics.html",
        "analytics2.html"
    ]
}