RottenTomatoes.com Context Menu
This extension adds a context menu which provides easy Rotten Tomatoes search access.
Co to jest RottenTomatoes.com Context Menu?
RottenTomatoes.com Context Menu to rozszerzenie Chrome opracowane przez Maik, a jego główną funkcją jest „This extension adds a context menu which provides easy Rotten Tomatoes search access.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RottenTomatoes.com Context Menu
Pobierz pliki rozszerzeń RottenTomatoes.com Context Menu w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | RottenTomatoes.com Context Menu |
ID | hlieiibhcfnbhpnckgkfnigfbekfdlng |
Oficjalny URL | https://chromewebstore.google.com/detail/rottentomatoescom-context/hlieiibhcfnbhpnckgkfnigfbekfdlng |
Opis | This extension adds a context menu which provides easy Rotten Tomatoes search access. |
Rozmiar pliku | 31.35 KB |
Liczba instalacji | 560 |
Aktualna Wersja | 0.4 |
Ostatnia Aktualizacja | 2020-07-17 |
Data Publikacji | 2018-05-12 |
Ocena | 4.38/5 Łącznie 8 Oceny |
Deweloper | Maik |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |