IMDB Ratings Viewer
This extension will display the ratings of the selected text
Hvad er IMDB Ratings Viewer?
IMDB Ratings Viewer er en Chrome-udvidelse udviklet af ahmar.siddiqui, og dens hovedfunktion er "This extension will display the ratings of the selected text".
Udvidelsesskærmbilleder
Download IMDB Ratings Viewer-udvidelses-CRX-fil
Download IMDB Ratings Viewer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Get IMDB Rating of a selected movie > color coded according to the ratings > will match keywords with similar words or small typos
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mcmmjahiclndbfdkblfnopheledjibfl |
Officiel URL | https://chrome.google.com/webstore/detail/imdb-ratings-viewer/mcmmjahiclndbfdkblfnopheledjibfl |
Beskrivelse | This extension will display the ratings of the selected text |
Filstørrelse | 26.64 KB |
Antal Installationer | 55 |
Nuværende Version | 1.2 |
Senest Opdateret | 2016-08-06 |
Udgivelsesdato | 2016-08-06 |
Bedømmelse | 2.60/5 Samlet 5 Bedømmelser |
Udvikler | ahmar.siddiqui |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IMDB Ratings Viewer", "description": "This extension will display the ratings of the selected text", "version": "1.2", "browser_action": { "default_icon": { "19": "images\/19.png", "38": "images\/38.png" } }, "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "unlimitedStorage", "activeTab", "background", "http:\/\/*\/", "https:\/\/*\/", " |