SauceNAO Fetcher
Get's SauceNAO's results for an image.
SauceNAO Fetcherとは何ですか?
SauceNAO FetcherはNCSGeekによって開発されたChromeの拡張機能で、その主な機能は「Get's SauceNAO's results for an image.」です。
拡張機能のスクリーンショット
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                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
}  |  |