SauceNAO Fetcher
Get's SauceNAO's results for an image.
Co to jest SauceNAO Fetcher?
SauceNAO Fetcher to rozszerzenie Chrome opracowane przez NCSGeek, a jego główną funkcją jest „Get's SauceNAO's results for an image.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SauceNAO Fetcher
Pobierz pliki rozszerzeń SauceNAO Fetcher 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
                        Quick extension that searches SauceNAO for an image. Uses a right-click context menu to do so. I am in no way affiliated with SauceNAO, this was a personal project for  productivity. I created this because other similar extensions were not as direct as I wanted.
You can view the Javascript of the extension locally, or if you wish, here:
https://pastebin.com/wpbPg77a                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | eencngjcaepgaaokekpnnabkecpfnchb | 
| Oficjalny URL | https://chromewebstore.google.com/detail/saucenao-fetcher/eencngjcaepgaaokekpnnabkecpfnchb | 
| Opis | Get's SauceNAO's results for an image. | 
| Rozmiar pliku | 5.78 KB | 
| Liczba instalacji | 3,394 | 
| Aktualna Wersja | 1 | 
| Ostatnia Aktualizacja | 2024-02-06 | 
| Data Publikacji | 2018-10-13 | 
| Ocena | 5.00/5 Łącznie 6 Oceny | 
| Deweloper | NCSGeek | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | en | 
| manifest.json | |
 {
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Get's SauceNAO's results for an image.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "SauceNAO Fetcher",
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1"
}  |  |