SmartSearch for YouTube™
Instant search right from YouTube's search box! Auto-preview, watch later and search while watching other videos.
Τι είναι το SmartSearch for YouTube™;
Το SmartSearch for YouTube™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sites.google.com/site/ytsmartsearch, και η κύρια λειτουργία του είναι "Instant search right from YouTube's search box! Auto-preview, watch later and search while watching other videos.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SmartSearch for YouTube™
Λήψη αρχείων επέκτασης SmartSearch for YouTube™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Get Instant Search with Video Preview on YouTube™! How does it work? ------------------ 1. Install 2. Go to YouTube.com ™ 3. Start typing in the YouTube™ search box - magic will happen :) Search for videos in the YouTube™ website without having to stop the video you are watching. The extension will turn the search bar on the YouTube™ website into a smart search bar that displays search results elegantly within the same YouTube™™ page you're currently on and allows you to watch them, preview them instantly or queue them for watching later with a click of a mouse. Best of all, Smart Search for YouTube™ is intuitive to use and fits right into the YouTube™ look and feel. Great extension for YouTube™ DJs (you know who you are!) and saves you from watching fake videos by "peeking" before you watch the full video. Features -------------------- Instant Search – You will see results as you type. Instant Preview – Hover over any video image for an instant video preview (BETA). Full control – Control the different aspects of searching and result display. Settings page will appear when the extension icon is clicked. High performance – Results appear lightning fast. Using it is easy! -------------------- After a quick installation, just surf to YouTube™ (http://www.youtube.com) and start typing in the search bar on the top part of the page. You will start seeing results instantly. Additionally, you may choose from the search term suggestions to show more accurate results. Once results appear you can hover over each result for a quick preview before you watch it or add it to your "Watch Later" queue. You can do all this, without ever stopping the video (or music clip) you are currently watching. Privacy: -------------------- The extension uses only the YouTube™ API and does not collect or save any personally identifiable information. Change log: -------------------- Version 2.2 *Fixed show/hide search results *Fixed results overlay in YouTube's new always-on-top bar. *Added feedback form at the bottom of the options page *Various bug fixes
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | fpangaoielmaepplbaklenkbgbkgkbpf |
Επίσημο URL | https://chrome.google.com/webstore/detail/smartsearch-for-youtube/fpangaoielmaepplbaklenkbgbkgkbpf |
Περιγραφή | Instant search right from YouTube's search box! Auto-preview, watch later and search while watching other videos. |
Μέγεθος Αρχείου | 101 KB |
Αριθμός Εγκαταστάσεων | 1,310 |
Τρέχουσα Έκδοση | 2.2.1 |
Τελευταία Ενημέρωση | 2014-06-29 |
Ημερομηνία Δημοσίευσης | 2014-06-28 |
Αξιολόγηση | 3.46/5 Συνολικά 41 Αξιολογήσεις |
Προγραμματιστής | https://sites.google.com/site/ytsmartsearch |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SmartSearch for YouTube\u2122", "version": "2.2.1", "description": "Instant search right from YouTube's search box! Auto-preview, watch later and search while watching other videos.", "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "favicon.ico", "48": "logo48.png", "96": "logo96.png", "128": "logo128.png" }, "browser_action": { "default_icon": "favicon.ico", "default_title": "SmartSearch for YouTube\u2122", "default_popup": "options.html" }, "permissions": [ "http:\/\/gdata.youtube.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery.js", "myscript.js" ] } ] } |