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