PhotoTracker Lite

Fast and free one-click image duplicates search in Google, Yandex, Bing and TinEye.

Τι είναι το PhotoTracker Lite;

Το PhotoTracker Lite είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://phototracker.ru, και η κύρια λειτουργία του είναι "Fast and free one-click image duplicates search in Google, Yandex, Bing and TinEye.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PhotoTracker Lite

Λήψη αρχείων επέκτασης PhotoTracker Lite σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Fastest one-click search by image in Google.Images, Yandex.Images (uses correct, updated search URL), Bing's ImageMatch and TinEye.com. Helps track usage of your images, finding author of an image, guessing what is pictured on the image, finding by the picture of product more stores online selling same goods, or whatever you can use reverse image search. )

Select your preferred search engine, right-click on image (accessible online, local files and data URL's not supported yet) and select "Look up this pic" menu item or just use one-click search helper icon. It will open new tabs with results. 

Check settings to choose how tabs will be opened - as foreground tabs, to let you check results right away, or as background tabs, to let you check multiple pictures on one page before leaving it.

Keep an eye on you search count - we have a small search counter inside! )

version 0.5

+ Added one-click search helper position and size settings
+ Changed menu item to menu with abilty to search by single search engine
+ Added ability to turn off telemetry
+ Added quiz after removal
* Fixed Yandex.Search url

version 0.4

+ Added one-click search helper
+ Added menu item for links that linked to pictures
+ Added notification, if no search engines selected
+ Added incognito mode support. No searches counted.
+ Added polish localization
+ Added czech localization
* Remove ability to search by data and file url's.

Version 0.3
+ Added localization ability
+ Added search url localization (ex. yandex.com for english speaking users, yandex.ru for russian speaking)
+ Added russian localization
* Improved stats tracking

Version 0.2
+ Added settings panel
+ Added search results tabs setting (foreground / background tabs opening)
+ Added simple search counter
* Small interface improvements (switch related)

Version 0.1.1: (13.10.2016)
* Changed google.images search url from google.co.th to google.com.

Version 0.1: (13.10.2016)
+ Search in Google, Yandex, Bing и TinEye.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PhotoTracker Lite PhotoTracker Lite
ID opadloaiiilnjibkfkopaokgfkhggjgb
Επίσημο URL https://chromewebstore.google.com/detail/phototracker-lite/opadloaiiilnjibkfkopaokgfkhggjgb
Περιγραφή Fast and free one-click image duplicates search in Google, Yandex, Bing and TinEye.
Μέγεθος Αρχείου 62.51 KB
Αριθμός Εγκαταστάσεων 15,322
Τρέχουσα Έκδοση 0.5 / Young tracker helper
Τελευταία Ενημέρωση 2021-04-19
Ημερομηνία Δημοσίευσης 2016-11-27
Αξιολόγηση 4.75/5 Συνολικά 438 Αξιολογήσεις
Προγραμματιστής https://phototracker.ru
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://phototracker.ru/lite/
Διεύθυνση URL της Σελίδας Βοήθειας http://phototracker.ru/lite/#faq
Υποστηριζόμενες Γλώσσες en,pl,pt-BR,cs,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PhotoTracker Lite",
    "version": "0.5",
    "version_name": "0.5 \/ Young tracker helper",
    "short_name": "PTLite",
    "author": "PhotoTracker.ru",
    "description": "__MSG_eDescription__",
    "homepage_url": "http:\/\/phototracker.ru\/lite\/",
    "default_locale": "en",
    "icons": {
        "16": "ptlite-icon_16.png",
        "19": "ptlite-icon_19.png",
        "32": "ptlite-icon_32.png",
        "38": "ptlite-icon_38.png",
        "48": "ptlite-icon_48.png",
        "64": "ptlite-icon_64.png",
        "96": "ptlite-icon_96.png",
        "128": "ptlite-icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "ptlite-icon_38.png",
        "default_title": "PhotoTracker Lite",
        "default_popup": "options.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "hover.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "\/*.png",
        "\/*.svg"
    ]
}