Reverse Image Search

Adds an option to the context menu to reverse search an image on various services

Qu'est-ce que Reverse Image Search ?

Reverse Image Search est une extension Chrome développée par Brawl, et sa fonction principale est "Adds an option to the context menu to reverse search an image on various services".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Reverse Image Search

Téléchargez les fichiers d'extension Reverse Image Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Adds an option to the context menu to search with an image on Google, Bing, Yandex, TinEye, SauceNAO, IQDB or custom search engines with your own URL. If you choose more than one search engine, they will all be shown in a handy submenu! If more than one search engine is selected, a new entry "Open All" will also be shown. You can even choose the tab behaviour that suits your needs!

Submit translations to the GitHub repo: https://github.com/Brawl345/Image-Reverse-Search-WebExtension

Icon made by "Madebyoliver" from www.flaticon.com                    

Informations de Base sur l'Extension

Nom Reverse Image Search Reverse Image Search
ID cdgbjhkjjghbjjikgjkkpljlmnpcakco
URL Officiel https://chromewebstore.google.com/detail/reverse-image-search/cdgbjhkjjghbjjikgjkkpljlmnpcakco
Description Adds an option to the context menu to reverse search an image on various services
Taille du Fichier 91.63 KB
Nombre d'Installations 4,516
Version Actuelle 4.1.2
Dernière Mise à Jour 2022-11-14
Date de Publication 2020-06-08
Évaluation 4.44/5 Total 18 Évaluations
Développeur Brawl
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Brawl345/Image-Reverse-Search-WebExtension
Langues Prises en Charge de,en,fr,tr,es,pt-BR,sv,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "Andreas Bielawski",
    "version": "4.1.2",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "background": {
        "service_worker": "build\/service-worker\/service-worker.js",
        "type": "module"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}