Search on YouTube

Search for anything on YouTube by selecting the text and right clicking.

Τι είναι το Search on YouTube;

Το Search on YouTube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ryan-ED, και η κύρια λειτουργία του είναι "Search for anything on YouTube by selecting the text and right clicking.".

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

screenshot
screenshot
screenshot

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

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

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

                        A simple extension for the Google Chrome browser that allows you to search on YouTube by right clicking highlighted text and using the context menu. Similar to how the built in "Search Google for..." context menu item works.

1) Select some text
2) Right click the mouse to open context menu
3) Select "Search YouTube for [your text]" option

Icons and logos done by @liamcaindesigns on Instagram.                    

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

Όνομα Search on YouTube Search on YouTube
ID ebgngjpjlbehmgehnpeckhdhmnoecngd
Επίσημο URL https://chromewebstore.google.com/detail/search-on-youtube/ebgngjpjlbehmgehnpeckhdhmnoecngd
Περιγραφή Search for anything on YouTube by selecting the text and right clicking.
Μέγεθος Αρχείου 21.49 KB
Αριθμός Εγκαταστάσεων 657
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2021-07-01
Ημερομηνία Δημοσίευσης 2021-06-30
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Ryan-ED
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Ryan-ED/search-on-youtube-chrome-ext
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search on YouTube",
    "description": "Search for anything on YouTube by selecting the text and right clicking.",
    "version": "1.1",
    "icons": {
        "16": "\/icons\/16x16.png",
        "32": "\/icons\/32x32.png",
        "48": "\/icons\/48x48.png",
        "128": "\/icons\/128x128.png",
        "150": "\/icons\/150x150.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "contextMenus"
    ]
}