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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย videopin.me และคุณลักษณะหลักของมันคือ "This extension sends the current youtube.com URL to videopin.me For more information visit http://videopin.me"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Pin Creator

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}