Right Click Search

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

Wat is Right Click Search?

Right Click Search is een Chrome-extensie ontwikkeld door Useful Extensions, en de belangrijkste functie is "With this extension, you can right click on a keyword to search for it on the web.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Right Click Search

Download Right Click Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Right Click Search Right Click Search
ID fblpohokoofnfbggdpfgbcalhnhmbhpl
Officiële URL https://chromewebstore.google.com/detail/right-click-search/fblpohokoofnfbggdpfgbcalhnhmbhpl
Beschrijving With this extension, you can right click on a keyword to search for it on the web.
Bestandsgrootte 56.15 KB
Aantal Installaties 224
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-01-29
Publicatiedatum 2021-01-28
Ontwikkelaar Useful Extensions
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://unico.news/privacypolicy.pdf
Ondersteunde Talen 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"
    }
}