IMDb Search with Right-Click (Context menu)
Search for movies and stars on IMDb right from your context menu
Qu'est-ce que IMDb Search with Right-Click (Context menu) ?
IMDb Search with Right-Click (Context menu) est une extension Chrome développée par KD Apps, et sa fonction principale est "Search for movies and stars on IMDb right from your context menu".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IMDb Search with Right-Click (Context menu)
Téléchargez les fichiers d'extension IMDb Search with Right-Click (Context menu) 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
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.
Informations de Base sur l'Extension
Nom | IMDb Search with Right-Click (Context menu) |
ID | ajdcnpadnecmalafppbhgbncfpfbjkif |
URL Officiel | https://chromewebstore.google.com/detail/imdb-search-with-right-cl/ajdcnpadnecmalafppbhgbncfpfbjkif |
Description | Search for movies and stars on IMDb right from your context menu |
Taille du Fichier | 434 KB |
Nombre d'Installations | 154 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2020-05-18 |
Date de Publication | 2020-05-17 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | KD Apps |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |