Right-Click Search IMDb

Quickly search for highlighted text on IMDb via right-click

Qu'est-ce que Right-Click Search IMDb ?

Right-Click Search IMDb est une extension Chrome développée par Burt, et sa fonction principale est "Quickly search for highlighted text on IMDb via right-click".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

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

                        This simple extension adds an IMDb search for any text you highlight to the right-click menu. 

If you see a name that you want to look up on IMDb, just highlight the name, right click, and select "Search IMDb for " on the menu. 

The search executes in a new tab.

The extension is tiny and takes very little memory. To keep it small, there are no options.

The extension "Right-Click Search IMDbPro" is available if you want to search IMDbPro (requires IMDbPro account). Install both if you want both search options.                    

Informations de Base sur l'Extension

Nom Right-Click Search IMDb Right-Click Search IMDb
ID cbchccggcmgoabfolahgafbfapoejkcn
URL Officiel https://chromewebstore.google.com/detail/right-click-search-imdb/cbchccggcmgoabfolahgafbfapoejkcn
Description Quickly search for highlighted text on IMDb via right-click
Taille du Fichier 378 KB
Nombre d'Installations 7,755
Version Actuelle 2.1
Dernière Mise à Jour 2022-06-16
Date de Publication 2015-07-10
Évaluation 4.73/5 Total 51 Évaluations
Développeur Burt
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right-Click Search IMDb",
    "description": "Quickly search for highlighted text on IMDb via right-click",
    "version": "2.1",
    "icons": {
        "16": "imdb-icon.png",
        "48": "imdb-icon-big.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "activeTab"
    ],
    "manifest_version": 3
}