LinkShot Extension

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

Apa itu LinkShot Extension?

LinkShot Extension adalah ekstensi Chrome yang dikembangkan oleh linkshot.app, dan fitur utamanya adalah "This extension appends screenshots for each link in google search result that improve your search experience.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi LinkShot Extension

Unduh file ekstensi LinkShot Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama LinkShot Extension LinkShot Extension
ID acefnkdabokjpelacjcgkpfennjilmka
URL Resmi https://chromewebstore.google.com/detail/linkshot-extension/acefnkdabokjpelacjcgkpfennjilmka
Deskripsi This extension appends screenshots for each link in google search result that improve your search experience.
Ukuran File 40.57 KB
Jumlah Instalasi 31
Versi Saat Ini 1.4.3
Terakhir Diperbarui 2020-11-14
Tanggal Publikasi 2020-03-26
Penilaian 5.00/5 Total 6 Penilaian
Pengembang linkshot.app
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}