RottenTomatoes.com Context Menu
This extension adds a context menu which provides easy Rotten Tomatoes search access.
Что такое RottenTomatoes.com Context Menu?
RottenTomatoes.com Context Menu - это расширение Chrome, разработанное Maik, и его основная функция - "This extension adds a context menu which provides easy Rotten Tomatoes search access.".
Снимки экрана расширения
Скачать файл CRX расширения RottenTomatoes.com Context Menu
Скачайте файлы расширений RottenTomatoes.com Context Menu в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension adds a new item to the context menu of selected text. When clicked, it opens a new tab and searches for the selected string on rottentomatoes.com. This is not a official extension by Rotten Tomatoes. Flixster, Rotten Tomatoes, the Certified Fresh Logo are trademarks or registered trademarks of Flixster, Inc. in the United States and other countries.
Основная информация о расширении
Название | RottenTomatoes.com Context Menu |
ID | hlieiibhcfnbhpnckgkfnigfbekfdlng |
Официальный URL | https://chromewebstore.google.com/detail/rottentomatoescom-context/hlieiibhcfnbhpnckgkfnigfbekfdlng |
Описание | This extension adds a context menu which provides easy Rotten Tomatoes search access. |
Размер файла | 31.35 KB |
Количество установок | 560 |
Текущая Версия | 0.4 |
Последнее Обновление | 2020-07-17 |
Дата публикации | 2018-05-12 |
Рейтинг | 4.38/5 Всего 8 оценок |
Разработчик | Maik |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RottenTomatoes.com Context Menu", "description": "This extension adds a context menu which provides easy Rotten Tomatoes search access.", "version": "0.4", "background": { "scripts": [ "handler.js" ] }, "permissions": [ "contextMenus", "activeTab" ], "icons": { "16": "RTicon16.png", "48": "RTicon48.png", "128": "RTicon128.png" } } |