Right Click Search

With this extension, you can right click on a keyword to search for it on the web.

Qu'est-ce que Right Click Search ?

Right Click Search est une extension Chrome développée par Useful Extensions, et sa fonction principale est "With this extension, you can right click on a keyword to search for it on the web.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Right Click Search

Téléchargez les fichiers d'extension Right Click 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

                        Right Click Search is a Chrome Extension.

This extension enables you to right click on a word while browsing the web and to search for the word that you right click on. 
 
This extension is free to download from the Chrome Web store.

By clicking "Add to Chrome", you accept and agree to install "Right Click Search" and set your New Tab search to www.yahoo.com as provided by the service under Terms of Use and Privacy Policy.

Please review our Privacy Policy for details regarding the information we collect when you install and use the extension. You can uninstall the program any time.

Terms of Service:
http://unico.news/terms.pdf

Privacy Policy:
http://unico.news/privacypolicy.pdf

Contact Us:
http://unico.news/#contactus                    

Informations de Base sur l'Extension

Nom Right Click Search Right Click Search
ID fblpohokoofnfbggdpfgbcalhnhmbhpl
URL Officiel https://chromewebstore.google.com/detail/right-click-search/fblpohokoofnfbggdpfgbcalhnhmbhpl
Description With this extension, you can right click on a keyword to search for it on the web.
Taille du Fichier 56.15 KB
Nombre d'Installations 224
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-01-29
Date de Publication 2021-01-28
Développeur Useful Extensions
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://unico.news/privacypolicy.pdf
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right Click Search",
    "manifest_version": 2,
    "version": "1.0.0",
    "description": "With this extension, you can right click on a keyword to search for it on the web.",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "search.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}