IMDb Search with Right-Click (Context menu)
Search for movies and stars on IMDb right from your context menu
Vad är IMDb Search with Right-Click (Context menu)?
IMDb Search with Right-Click (Context menu) är en Chrome-tillägg utvecklad av KD Apps, och dess huvudfunktion är "Search for movies and stars on IMDb right from your context menu".
Tilläggsskärmbilder
Ladda ner IMDb Search with Right-Click (Context menu)-förlängningens CRX-fil
Ladda ner IMDb Search with Right-Click (Context menu)-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
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äggande Information om Tillägg
| Namn | |
| ID | ajdcnpadnecmalafppbhgbncfpfbjkif |
| Officiell webbadress | https://chromewebstore.google.com/detail/imdb-search-with-right-cl/ajdcnpadnecmalafppbhgbncfpfbjkif |
| Beskrivning | Search for movies and stars on IMDb right from your context menu |
| Filstorlek | 434 KB |
| Antal Installationer | 154 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2020-05-18 |
| Publiceringsdatum | 2020-05-17 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | KD Apps |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
} | |