RottenTomatoes.com Context Menu
This extension adds a context menu which provides easy Rotten Tomatoes search access.
Wat is RottenTomatoes.com Context Menu?
RottenTomatoes.com Context Menu is een Chrome-extensie ontwikkeld door Maik, en de belangrijkste functie is "This extension adds a context menu which provides easy Rotten Tomatoes search access.".
Extensie Screenshots
Download het CRX-bestand van de extensie RottenTomatoes.com Context Menu
Download RottenTomatoes.com Context Menu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | RottenTomatoes.com Context Menu |
ID | hlieiibhcfnbhpnckgkfnigfbekfdlng |
Officiële URL | https://chromewebstore.google.com/detail/rottentomatoescom-context/hlieiibhcfnbhpnckgkfnigfbekfdlng |
Beschrijving | This extension adds a context menu which provides easy Rotten Tomatoes search access. |
Bestandsgrootte | 31.35 KB |
Aantal Installaties | 560 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2020-07-17 |
Publicatiedatum | 2018-05-12 |
Beoordeling | 4.38/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Maik |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |