LinkShot Extension
This extension appends screenshots for each link in google search result that improve your search experience.
Co to jest LinkShot Extension?
LinkShot Extension to rozszerzenie Chrome opracowane przez linkshot.app, a jego główną funkcją jest „This extension appends screenshots for each link in google search result that improve your search experience.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LinkShot Extension
Pobierz pliki rozszerzeń LinkShot Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension appends screenshots for each link in google search result that improve your search experience.
Podstawowe informacje o rozszerzeniu
Nazwa | LinkShot Extension |
ID | acefnkdabokjpelacjcgkpfennjilmka |
Oficjalny URL | https://chromewebstore.google.com/detail/linkshot-extension/acefnkdabokjpelacjcgkpfennjilmka |
Opis | This extension appends screenshots for each link in google search result that improve your search experience. |
Rozmiar pliku | 40.57 KB |
Liczba instalacji | 31 |
Aktualna Wersja | 1.4.3 |
Ostatnia Aktualizacja | 2020-11-14 |
Data Publikacji | 2020-03-26 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | linkshot.app |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |