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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RottenTomatoes.com Context Menu

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}