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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |