IMDb Search with Right-Click (Context menu)

Search for movies and stars on IMDb right from your context menu

Wat is IMDb Search with Right-Click (Context menu)?

IMDb Search with Right-Click (Context menu) is een Chrome-extensie ontwikkeld door KD Apps, en de belangrijkste functie is "Search for movies and stars on IMDb right from your context menu".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie IMDb Search with Right-Click (Context menu)

Download IMDb Search with Right-Click (Context menu)-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

                        Are you tired of copy-pasting movie titles to search them on IMDb?

This small add-on gives you an option in your context menu to search for the highlighted text on IMDb. Every search opens in new tab. The whole add-on is just 10 KB and contains minimal code to operate.                    

Basisinformatie over de Extensie

Naam IMDb Search with Right-Click (Context menu) IMDb Search with Right-Click (Context menu)
ID ajdcnpadnecmalafppbhgbncfpfbjkif
Officiële URL https://chromewebstore.google.com/detail/imdb-search-with-right-cl/ajdcnpadnecmalafppbhgbncfpfbjkif
Beschrijving Search for movies and stars on IMDb right from your context menu
Bestandsgrootte 434 KB
Aantal Installaties 154
Huidige Versie 1.2
Laatst Bijgewerkt 2020-05-18
Publicatiedatum 2020-05-17
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar KD Apps
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMDb Search with Right-Click (Context menu)",
    "version": "1.2",
    "description": "Search for movies and stars on IMDb right from your context menu",
    "permissions": [
        "contextMenus"
    ],
    "manifest_version": 2,
    "icons": {
        "128": "appicon.png",
        "180": "icon.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    }
}