RottenTomatoes.com Context Menu
This extension adds a context menu which provides easy Rotten Tomatoes search access.
Cos'è RottenTomatoes.com Context Menu?
RottenTomatoes.com Context Menu è un'estensione di Chrome sviluppata da Maik, e la sua funzione principale è "This extension adds a context menu which provides easy Rotten Tomatoes search access.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RottenTomatoes.com Context Menu
Scarica i file di estensione RottenTomatoes.com Context Menu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | RottenTomatoes.com Context Menu |
ID | hlieiibhcfnbhpnckgkfnigfbekfdlng |
URL Ufficiale | https://chromewebstore.google.com/detail/rottentomatoescom-context/hlieiibhcfnbhpnckgkfnigfbekfdlng |
Descrizione | This extension adds a context menu which provides easy Rotten Tomatoes search access. |
Dimensione del File | 31.35 KB |
Conteggio Installazioni | 560 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2020-07-17 |
Data di Pubblicazione | 2018-05-12 |
Valutazione | 4.38/5 Totale 8 Valutazioni |
Sviluppatore | Maik |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |