SauceNAO Fetcher
Get's SauceNAO's results for an image.
Wat is SauceNAO Fetcher?
SauceNAO Fetcher is een Chrome-extensie ontwikkeld door NCSGeek, en de belangrijkste functie is "Get's SauceNAO's results for an image.".
Extensie Screenshots
Download het CRX-bestand van de extensie SauceNAO Fetcher
Download SauceNAO Fetcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | eencngjcaepgaaokekpnnabkecpfnchb |
| Officiële URL | https://chromewebstore.google.com/detail/saucenao-fetcher/eencngjcaepgaaokekpnnabkecpfnchb |
| Beschrijving | Get's SauceNAO's results for an image. |
| Bestandsgrootte | 5.78 KB |
| Aantal Installaties | 3,394 |
| Huidige Versie | 1 |
| Laatst Bijgewerkt | 2024-02-06 |
| Publicatiedatum | 2018-10-13 |
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | NCSGeek |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |