RottenTomatoes.com Context Menu

This extension adds a context menu which provides easy Rotten Tomatoes search access.

Vad är RottenTomatoes.com Context Menu?

RottenTomatoes.com Context Menu är en Chrome-tillägg utvecklad av Maik, och dess huvudfunktion är "This extension adds a context menu which provides easy Rotten Tomatoes search access.".

Tilläggsskärmbilder

screenshot

Ladda ner RottenTomatoes.com Context Menu-förlängningens CRX-fil

Ladda ner RottenTomatoes.com Context Menu-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn RottenTomatoes.com Context Menu RottenTomatoes.com Context Menu
ID hlieiibhcfnbhpnckgkfnigfbekfdlng
Officiell webbadress https://chromewebstore.google.com/detail/rottentomatoescom-context/hlieiibhcfnbhpnckgkfnigfbekfdlng
Beskrivning This extension adds a context menu which provides easy Rotten Tomatoes search access.
Filstorlek 31.35 KB
Antal Installationer 560
Aktuell Version 0.4
Senast Uppdaterad 2020-07-17
Publiceringsdatum 2018-05-12
Betyg 4.38/5 Totalt 8 Betyg
Utvecklare Maik
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}