Contextual Search for YouTube

Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.

Τι είναι το Contextual Search for YouTube;

Το Contextual Search for YouTube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Gryff, και η κύρια λειτουργία του είναι "Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Contextual Search for YouTube

Λήψη αρχείων επέκτασης Contextual Search for YouTube σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        A very simple extension that allows the user to search for a term in YouTube simply by selecting text, right clicking and selecting "Search YouTube for..." from the contextual menu. Easy to use. Nothing extra.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Contextual Search for YouTube Contextual Search for YouTube
ID aaaaahnmcjcoomdncaekjkjedgagpnln
Επίσημο URL https://chromewebstore.google.com/detail/contextual-search-for-you/aaaaahnmcjcoomdncaekjkjedgagpnln
Περιγραφή Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.
Μέγεθος Αρχείου 13 KB
Αριθμός Εγκαταστάσεων 880
Τρέχουσα Έκδοση 1.0.0.14
Τελευταία Ενημέρωση 2022-07-31
Ημερομηνία Δημοσίευσης 2013-12-17
Αξιολόγηση 4.77/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής Gryff
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Contextual Search for YouTube",
    "background": {
        "service_worker": "searchyoutube.js"
    },
    "description": "Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.",
    "icons": {
        "16": "SmallIcon.png",
        "48": "MediumIcon.png"
    },
    "version": "1.0.0.14",
    "permissions": [
        "contextMenus"
    ]
}