Video Pin Creator
This extension sends the current youtube.com URL to videopin.me For more information visit http://videopin.me
O que é Video Pin Creator?
Video Pin Creator é uma extensão do Chrome desenvolvida por videopin.me, e sua principal característica é "This extension sends the current youtube.com URL to videopin.me For more information visit http://videopin.me".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Video Pin Creator
Baixe arquivos de extensão Video Pin Creator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Videopin.me allows you to organize your videos and make notes at specific points, personalizing your information the way you want. Your notes are saved and can be found at any time. Your collection of videos is searchable and can be grouped by putting similar content in a playlist. You can review, edit and markup your notes with HTML and link them to important web sites. Having all your learning resources in one place fire those neurons and reinforces your knowledge in that area. With time so crucial and the need for learning never stopping, simplify your life and save valuable time, make your video content come to life with Videopin.me
Informações Básicas da Extensão
Nome | |
ID | jmabpghjbicabalfomignlccnahomjil |
URL Oficial | https://chrome.google.com/webstore/detail/video-pin-creator/jmabpghjbicabalfomignlccnahomjil |
Descrição | This extension sends the current youtube.com URL to videopin.me For more information visit http://videopin.me |
Tamanho do Arquivo | 15.43 KB |
Contagem de Instalações | 38 |
Versão Atual | 1.1 |
Última Atualização | 2017-08-28 |
Data de Publicação | 2017-08-28 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | videopin.me |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://videopin.me |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video Pin Creator", "description": "This extension sends the current youtube.com URL to videopin.me \n For more information visit http:\/\/videopin.me", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/*.youtube.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.youtube.com\/*" ] }, "web_accessible_resources": [ "inject.js" ] } |