SauceNAO Fetcher
Get's SauceNAO's results for an image.
Vad är SauceNAO Fetcher?
SauceNAO Fetcher är en Chrome-tillägg utvecklad av NCSGeek, och dess huvudfunktion är "Get's SauceNAO's results for an image.".
Tilläggsskärmbilder
Ladda ner SauceNAO Fetcher-förlängningens CRX-fil
Ladda ner SauceNAO Fetcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | eencngjcaepgaaokekpnnabkecpfnchb |
| Officiell webbadress | https://chromewebstore.google.com/detail/saucenao-fetcher/eencngjcaepgaaokekpnnabkecpfnchb |
| Beskrivning | Get's SauceNAO's results for an image. |
| Filstorlek | 5.78 KB |
| Antal Installationer | 3,394 |
| Aktuell Version | 1 |
| Senast Uppdaterad | 2024-02-06 |
| Publiceringsdatum | 2018-10-13 |
| Betyg | 5.00/5 Totalt 6 Betyg |
| Utvecklare | NCSGeek |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |