RottenTomatoes.com Context Menu
This extension adds a context menu which provides easy Rotten Tomatoes search access.
Apa itu RottenTomatoes.com Context Menu?
RottenTomatoes.com Context Menu adalah ekstensi Chrome yang dikembangkan oleh Maik, dan fitur utamanya adalah "This extension adds a context menu which provides easy Rotten Tomatoes search access.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi RottenTomatoes.com Context Menu
Unduh file ekstensi RottenTomatoes.com Context Menu dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | RottenTomatoes.com Context Menu |
ID | hlieiibhcfnbhpnckgkfnigfbekfdlng |
URL Resmi | https://chromewebstore.google.com/detail/rottentomatoescom-context/hlieiibhcfnbhpnckgkfnigfbekfdlng |
Deskripsi | This extension adds a context menu which provides easy Rotten Tomatoes search access. |
Ukuran File | 31.35 KB |
Jumlah Instalasi | 560 |
Versi Saat Ini | 0.4 |
Terakhir Diperbarui | 2020-07-17 |
Tanggal Publikasi | 2018-05-12 |
Penilaian | 4.38/5 Total 8 Penilaian |
Pengembang | Maik |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |