Video Pin Creator

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

Video Pin Creator란 무엇입니까?

Video Pin Creator은(는) videopin.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension sends the current youtube.com URL to videopin.me For more information visit http://videopin.me"입니다.

확장 프로그램 스크린샷

screenshot

Video Pin Creator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Video Pin Creator Video Pin Creator
ID jmabpghjbicabalfomignlccnahomjil
공식 URL https://chrome.google.com/webstore/detail/video-pin-creator/jmabpghjbicabalfomignlccnahomjil
설명 This extension sends the current youtube.com URL to videopin.me For more information visit http://videopin.me
파일 크기 15.43 KB
설치 횟수 38
현재 버전 1.1
최근 업데이트 2017-08-28
출시 날짜 2017-08-28
평점 5.00/5 총 3 개의 평점
개발자 videopin.me
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://videopin.me
지원되는 언어 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"
    ]
}