SauceNAO Fetcher

Get's SauceNAO's results for an image.

SauceNAO Fetcher là gì?

SauceNAO Fetcher là một tiện ích mở rộng Chrome được phát triển bởi NCSGeek, và tính năng chính của nó là "Get's SauceNAO's results for an image.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SauceNAO Fetcher

Tải xuống các tệp mở rộng SauceNAO Fetcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SauceNAO Fetcher SauceNAO Fetcher
ID eencngjcaepgaaokekpnnabkecpfnchb
URL Chính Thức https://chromewebstore.google.com/detail/saucenao-fetcher/eencngjcaepgaaokekpnnabkecpfnchb
Mô tả Get's SauceNAO's results for an image.
Kích Thước Tệp 5.78 KB
Số Lần Cài Đặt 3,394
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2024-02-06
Ngày Phát Hành 2018-10-13
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển NCSGeek
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}