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はMaikによって開発されたChromeの拡張機能で、その主な機能は「This extension adds a context menu which provides easy Rotten Tomatoes search access.」です。
拡張機能のスクリーンショット
RottenTomatoes.com Context Menu拡張機能のCRXファイルをダウンロード
RottenTomatoes.com Context Menu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |