SauceNAO Fetcher
Get's SauceNAO's results for an image.
Apa itu SauceNAO Fetcher?
SauceNAO Fetcher adalah ekstensi Chrome yang dikembangkan oleh NCSGeek, dan fitur utamanya adalah "Get's SauceNAO's results for an image.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SauceNAO Fetcher
Unduh file ekstensi SauceNAO Fetcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | SauceNAO Fetcher |
ID | eencngjcaepgaaokekpnnabkecpfnchb |
URL Resmi | https://chromewebstore.google.com/detail/saucenao-fetcher/eencngjcaepgaaokekpnnabkecpfnchb |
Deskripsi | Get's SauceNAO's results for an image. |
Ukuran File | 5.78 KB |
Jumlah Instalasi | 3,394 |
Versi Saat Ini | 1 |
Terakhir Diperbarui | 2024-02-06 |
Tanggal Publikasi | 2018-10-13 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | NCSGeek |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |