SauceNAO Fetcher

Get's SauceNAO's results for an image.

SauceNAO Fetcherคืออะไร?

SauceNAO Fetcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NCSGeek และคุณลักษณะหลักของมันคือ "Get's SauceNAO's results for an image."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SauceNAO Fetcher

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}