IMDb movie tooltip
Movie popup tooltip for imdb
Wat is IMDb movie tooltip?
IMDb movie tooltip is een Chrome-extensie ontwikkeld door Jelly Corp, en de belangrijkste functie is "Movie popup tooltip for imdb".
Extensie Screenshots
Download het CRX-bestand van de extensie IMDb movie tooltip
Download IMDb movie tooltip-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
Movie popup tooltip for imdb that can show * movie name * poster * imdb and metacritics score * director * actors You just need to hold your mouse on the movie title
Basisinformatie over de Extensie
Naam | |
ID | icdihmnhalbndlflelahijhpglmoafoe |
Officiële URL | https://chrome.google.com/webstore/detail/imdb-movie-tooltip/icdihmnhalbndlflelahijhpglmoafoe |
Beschrijving | Movie popup tooltip for imdb |
Bestandsgrootte | 98.75 KB |
Aantal Installaties | 67 |
Huidige Versie | 1.0.0.1 |
Laatst Bijgewerkt | 2017-08-02 |
Publicatiedatum | 2017-08-02 |
Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Jelly Corp |
Betalingswijze | free |
Extensiewebsite | https://github.com/SerhiiStets/imdb-movie-tooltip |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IMDb movie tooltip", "short_name": "IMDb tooltip", "description": "Movie popup tooltip for imdb", "version": "1.0.0.1", "browser_action": { "default_icon": "icon_128.png", "default_popup": "popup.html" }, "icons": { "128": "icon_128.png", "64": "icon_64.png", "16": "icon_16.png" }, "content_scripts": [ { "css": [ "\/assets\/css\/styles.css" ], "js": [ "assets\/js\/jquery.min.js", "\/assets\/js\/content.js" ], "matches": [ "http:\/\/www.imdb.com\/*" ] } ], "permissions": [ "storage", "activeTab" ] } |