IMDb Search with Right-Click (Context menu)
Search for movies and stars on IMDb right from your context menu
Hvad er IMDb Search with Right-Click (Context menu)?
IMDb Search with Right-Click (Context menu) er en Chrome-udvidelse udviklet af KD Apps, og dens hovedfunktion er "Search for movies and stars on IMDb right from your context menu".
Udvidelsesskærmbilleder
Download IMDb Search with Right-Click (Context menu)-udvidelses-CRX-fil
Download IMDb Search with Right-Click (Context menu)-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
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ajdcnpadnecmalafppbhgbncfpfbjkif |
| Officiel URL | https://chromewebstore.google.com/detail/imdb-search-with-right-cl/ajdcnpadnecmalafppbhgbncfpfbjkif |
| Beskrivelse | Search for movies and stars on IMDb right from your context menu |
| Filstørrelse | 434 KB |
| Antal Installationer | 154 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2020-05-18 |
| Udgivelsesdato | 2020-05-17 |
| Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
| Udvikler | KD Apps |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
} | |