IMDB - Big images on hover
Display big image while hovering Movie/actor/character links.
Vad är IMDB - Big images on hover?
IMDB - Big images on hover är en Chrome-tillägg utvecklad av Shebo6, och dess huvudfunktion är "Display big image while hovering Movie/actor/character links.".
Tilläggsskärmbilder
Ladda ner IMDB - Big images on hover-förlängningens CRX-fil
Ladda ner IMDB - Big images on hover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | phijfjljgflgbpkcehlohliegbieobaj |
Officiell webbadress | https://chrome.google.com/webstore/detail/imdb-big-images-on-hover/phijfjljgflgbpkcehlohliegbieobaj |
Beskrivning | Display big image while hovering Movie/actor/character links. |
Filstorlek | 127 KB |
Antal Installationer | 51 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2016-06-21 |
Publiceringsdatum | 2016-06-21 |
Betyg | 1.50/5 Totalt 2 Betyg |
Utvecklare | Shebo6 |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |