Video Pin Creator
This extension sends the current youtube.com URL to videopin.me For more information visit http://videopin.me
Co je Video Pin Creator?
Video Pin Creator je rozšíření Chrome vyvinuté videopin.me, a jeho hlavní funkcí je „This extension sends the current youtube.com URL to videopin.me For more information visit http://videopin.me“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Video Pin Creator
Stáhněte si soubory rozšíření Video Pin Creator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | jmabpghjbicabalfomignlccnahomjil |
Oficiální URL | https://chrome.google.com/webstore/detail/video-pin-creator/jmabpghjbicabalfomignlccnahomjil |
Popis | This extension sends the current youtube.com URL to videopin.me For more information visit http://videopin.me |
Velikost souboru | 15.43 KB |
Počet instalací | 38 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2017-08-28 |
Datum Vydání | 2017-08-28 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | videopin.me |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://videopin.me |
Podporované Jazyky | 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" ] } |