Youglish Video Search
Look up Youglish Video that contain the selected text
Vad är Youglish Video Search?
Youglish Video Search är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Look up Youglish Video that contain the selected text".
Tilläggsskärmbilder
Ladda ner Youglish Video Search-förlängningens CRX-fil
Ladda ner Youglish Video Search-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
An extension that help you to find a video on Youtube that contain the text you have selected via Youglish website. Grundläggande Information om Tillägg
| Namn | |
| ID | dfafggejpfoflelimhkpdfnodlccgfja |
| Officiell webbadress | https://chromewebstore.google.com/detail/youglish-video-search/dfafggejpfoflelimhkpdfnodlccgfja |
| Beskrivning | Look up Youglish Video that contain the selected text |
| Filstorlek | 5.56 KB |
| Antal Installationer | 1,673 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2019-05-18 |
| Publiceringsdatum | 2019-05-17 |
| Betyg | 4.00/5 Totalt 6 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Tilläggswebbplats | https://youglish.com |
| Stödda Språk | en |
| manifest.json | |
{
"author": [
{
"email": "[email protected]",
"name": "Thanh Tran"
}
],
"background": {
"scripts": [
"youglish.js"
]
},
"browser_action": {
"default_icon": "icon.png"
},
"description": "Look up Youglish Video that contain the selected text",
"icons": {
"128": "icon.png",
"16": "icon.png",
"48": "icon.png"
},
"manifest_version": 2,
"name": "Youglish Video Search",
"permissions": [
"activeTab",
"contextMenus"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1"
} | |