SauceNAO Fetcher

Get's SauceNAO's results for an image.

Cos'è SauceNAO Fetcher?

SauceNAO Fetcher è un'estensione di Chrome sviluppata da NCSGeek, e la sua funzione principale è "Get's SauceNAO's results for an image.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SauceNAO Fetcher

Scarica i file di estensione SauceNAO Fetcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome SauceNAO Fetcher SauceNAO Fetcher
ID eencngjcaepgaaokekpnnabkecpfnchb
URL Ufficiale https://chromewebstore.google.com/detail/saucenao-fetcher/eencngjcaepgaaokekpnnabkecpfnchb
Descrizione Get's SauceNAO's results for an image.
Dimensione del File 5.78 KB
Conteggio Installazioni 3,394
Versione Corrente 1
Ultimo Aggiornamento 2024-02-06
Data di Pubblicazione 2018-10-13
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore NCSGeek
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}