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文件

下载Video Pin Creator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}