IMDB - Big images on hover
Display big image while hovering Movie/actor/character links.
Qu'est-ce que IMDB - Big images on hover ?
IMDB - Big images on hover est une extension Chrome développée par Shebo6, et sa fonction principale est "Display big image while hovering Movie/actor/character links.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IMDB - Big images on hover
Téléchargez les fichiers d'extension IMDB - Big images on hover 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
No more squinting at 16px actor's photo! Improve your IMDB experience with this plugin and save a few clicks on the way! Display big images while hovering thumbnails/links. Big images works for movie, actors and characters links. Please contact me about ideas for new features or if you stumbled upon the occasional bug.
Informations de Base sur l'Extension
Nom | |
ID | phijfjljgflgbpkcehlohliegbieobaj |
URL Officiel | https://chrome.google.com/webstore/detail/imdb-big-images-on-hover/phijfjljgflgbpkcehlohliegbieobaj |
Description | Display big image while hovering Movie/actor/character links. |
Taille du Fichier | 127 KB |
Nombre d'Installations | 51 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2016-06-21 |
Date de Publication | 2016-06-21 |
Évaluation | 1.50/5 Total 2 Évaluations |
Développeur | Shebo6 |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "background" ], "content_scripts": [ { "matches": [ "http:\/\/*.imdb.com\/*" ], "js": [ "scripts\/jquery-2.1.4.min.js", "scripts\/contentscript.js" ] } ] } |