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
官方URL 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"
}