SpotShop

A powerful reverse ecommerce search tool, with support for various search engines, such as Amazon

SpotShopとは何ですか?

SpotShopはEzeh Ucheによって開発されたChromeの拡張機能で、その主な機能は「A powerful reverse ecommerce search tool, with support for various search engines, such as Amazon」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

SpotShop拡張機能のCRXファイルをダウンロード

SpotShop拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Spotshop is a browser extension which enables you to does an Amazon.com reverse image search when you right click on an Image or the browser toolbar.

Images positioned at the selected area are detected regardless of how they were embedded in the page. The extension also supports uploading local images, searching for video frames, capturing details within images, and searching for images from private sites.

A handful of search modes to search for Amazon.com items are offered that serve different use cases. The search mode can be set independently for the context menu and browser toolbar from the extension's options.

Search modes:
  • Select (context menu and toolbar): select an image on the page, then search for the image URL, whenever possible. This is the default search mode.
  • Select & upload (context menu and toolbar): select an image on the page, then fetch the image, possibly from the browser cache, and upload it. This search mode is preferred for sites which do not allow direct linking of images or are otherwise private.
  • Capture (context menu and toolbar): select and capture a page area, then upload it.
  • Upload (toolbar): select or drop an image from your device, or paste it from the clipboard, then upload it.
  • URL (toolbar): search for an image URL.

Features:
  • Detect any image on the page, including those declared in CSS and pseudo-elements
  • Select the desired image from a dialog when multiple images are found
  • Search for images from private sites (see search modes)
  • Search for local images
  • Search for the current video frame                    

拡張機能の基本情報

名前 SpotShop SpotShop
ID jaoiemgfmlmegpjhbbeacnckgoodigdj
公式URL https://chromewebstore.google.com/detail/spotshop/jaoiemgfmlmegpjhbbeacnckgoodigdj
説明 A powerful reverse ecommerce search tool, with support for various search engines, such as Amazon
ファイルサイズ 576 KB
インストール数 15
現在のバージョン 3.3.0
最終更新日 2020-11-16
公開日 2020-11-16
評価 1.00/5 合計 1 レビュー
開発者 Ezeh Uche
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://spotshopit.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "3.3.0",
    "author": "Ezeokeke Uche",
    "homepage_url": "https:\/\/spotshopit.co",
    "default_locale": "en",
    "minimum_chrome_version": "76.0",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "activeTab",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "default-src 'self'; style-src 'self' 'unsafe-inline'; img-src * data:; connect-src * blob:; object-src 'none';",
    "icons": {
        "16": "src\/icons\/app\/icon-16.png",
        "19": "src\/icons\/app\/icon-19.png",
        "24": "src\/icons\/app\/icon-24.png",
        "32": "src\/icons\/app\/icon-32.png",
        "38": "src\/icons\/app\/icon-38.png",
        "48": "src\/icons\/app\/icon-48.png",
        "64": "src\/icons\/app\/icon-64.png",
        "96": "src\/icons\/app\/icon-96.png",
        "128": "src\/icons\/app\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "src\/icons\/app\/icon-16.png",
            "19": "src\/icons\/app\/icon-19.png",
            "24": "src\/icons\/app\/icon-24.png",
            "32": "src\/icons\/app\/icon-32.png",
            "38": "src\/icons\/app\/icon-38.png",
            "48": "src\/icons\/app\/icon-48.png",
            "64": "src\/icons\/app\/icon-64.png",
            "96": "src\/icons\/app\/icon-96.png",
            "128": "src\/icons\/app\/icon-128.png"
        }
    },
    "options_ui": {
        "page": "src\/options\/index.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "background": {
        "page": "src\/background\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "src\/content\/insert\/script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/content\/style.css",
        "src\/select\/pointer.css",
        "src\/select\/index.html",
        "src\/capture\/index.html",
        "src\/confirm\/index.html"
    ],
    "incognito": "split"
}