LinkShot Extension

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

What is LinkShot Extension?

LinkShot Extension is a Chrome extension developed by linkshot.app, and its main feature is "This extension appends screenshots for each link in google search result that improve your search experience.".

Extension Screenshots

screenshot

Download LinkShot Extension Extension CRX File

Download LinkShot Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name LinkShot Extension LinkShot Extension
ID acefnkdabokjpelacjcgkpfennjilmka
Official URL https://chromewebstore.google.com/detail/linkshot-extension/acefnkdabokjpelacjcgkpfennjilmka
Description This extension appends screenshots for each link in google search result that improve your search experience.
File Size 40.57 KB
Installation Count 31
Current Version 1.4.3
Last Updated 2020-11-14
Publish Date 2020-03-26
Rating 5.00/5 Total 6 Ratings
Developer linkshot.app
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}