Search in YouTube
Search selected text in YouTube by a simple click of a button
Vad är Search in YouTube?
Search in YouTube är en Chrome-tillägg utvecklad av http://garbageoverflow.blogspot.com, och dess huvudfunktion är "Search selected text in YouTube by a simple click of a button".
Tilläggsskärmbilder
Ladda ner Search in YouTube-förlängningens CRX-fil
Ladda ner Search in YouTube-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
Search selected text on a web page in YouTube by a simple click 3 easy steps 1. Install the plugin. You will see a red YouTube icon (usually on top ride side on chrome) after plugin is installed 2. Select some text on a web page using your mouse e.g movie name 3. Click on the plugin icon and wallah a new small window will open with open YouTube with your selected text
Grundläggande Information om Tillägg
Namn | |
ID | kfoemjblnjcahcgakbogaakhhgjldnfn |
Officiell webbadress | https://chrome.google.com/webstore/detail/search-in-youtube/kfoemjblnjcahcgakbogaakhhgjldnfn |
Beskrivning | Search selected text in YouTube by a simple click of a button |
Filstorlek | 12.55 KB |
Antal Installationer | 180 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-02-29 |
Publiceringsdatum | 2020-02-29 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | http://garbageoverflow.blogspot.com |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search in YouTube", "description": "Search selected text in YouTube by a simple click of a button", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |