SauceNAO Fetcher

Get's SauceNAO's results for an image.

Qu'est-ce que SauceNAO Fetcher ?

SauceNAO Fetcher est une extension Chrome développée par NCSGeek, et sa fonction principale est "Get's SauceNAO's results for an image.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SauceNAO Fetcher

Téléchargez les fichiers d'extension SauceNAO Fetcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom SauceNAO Fetcher SauceNAO Fetcher
ID eencngjcaepgaaokekpnnabkecpfnchb
URL Officiel https://chromewebstore.google.com/detail/saucenao-fetcher/eencngjcaepgaaokekpnnabkecpfnchb
Description Get's SauceNAO's results for an image.
Taille du Fichier 5.78 KB
Nombre d'Installations 3,394
Version Actuelle 1
Dernière Mise à Jour 2024-02-06
Date de Publication 2018-10-13
Évaluation 5.00/5 Total 6 Évaluations
Développeur NCSGeek
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}