Video Pin Creator

This extension sends the current youtube.com URL to videopin.me For more information visit http://videopin.me

Hvad er Video Pin Creator?

Video Pin Creator er en Chrome-udvidelse udviklet af videopin.me, og dens hovedfunktion er "This extension sends the current youtube.com URL to videopin.me For more information visit http://videopin.me".

Udvidelsesskærmbilleder

screenshot

Download Video Pin Creator-udvidelses-CRX-fil

Download Video Pin Creator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Video Pin Creator Video Pin Creator
ID jmabpghjbicabalfomignlccnahomjil
Officiel URL https://chrome.google.com/webstore/detail/video-pin-creator/jmabpghjbicabalfomignlccnahomjil
Beskrivelse This extension sends the current youtube.com URL to videopin.me For more information visit http://videopin.me
Filstørrelse 15.43 KB
Antal Installationer 38
Nuværende Version 1.1
Senest Opdateret 2017-08-28
Udgivelsesdato 2017-08-28
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler videopin.me
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://videopin.me
Understøttede Sprog 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"
    ]
}