SauceNAO Fetcher

Get's SauceNAO's results for an image.

什麼是SauceNAO Fetcher?

SauceNAO Fetcher是由NCSGeek開發的Chrome擴展程式,該擴展的主要功能是“Get's SauceNAO's results for an image.”。

擴展截圖

screenshot

下載SauceNAO Fetcher擴展crx文件

下載SauceNAO Fetcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 SauceNAO Fetcher SauceNAO Fetcher
ID eencngjcaepgaaokekpnnabkecpfnchb
官方網址 https://chromewebstore.google.com/detail/saucenao-fetcher/eencngjcaepgaaokekpnnabkecpfnchb
簡介 Get's SauceNAO's results for an image.
檔案大小 5.78 KB
安裝次數 3,394
目前版本 1
更新時間 2024-02-06
上架時間 2018-10-13
評分 5.00/5 共 6 次評分
開發者 NCSGeek
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
}