LinkShot Extension

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

Wat is LinkShot Extension?

LinkShot Extension is een Chrome-extensie ontwikkeld door linkshot.app, en de belangrijkste functie is "This extension appends screenshots for each link in google search result that improve your search experience.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LinkShot Extension

Download LinkShot Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam LinkShot Extension LinkShot Extension
ID acefnkdabokjpelacjcgkpfennjilmka
Officiële URL https://chromewebstore.google.com/detail/linkshot-extension/acefnkdabokjpelacjcgkpfennjilmka
Beschrijving This extension appends screenshots for each link in google search result that improve your search experience.
Bestandsgrootte 40.57 KB
Aantal Installaties 31
Huidige Versie 1.4.3
Laatst Bijgewerkt 2020-11-14
Publicatiedatum 2020-03-26
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar linkshot.app
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}