Video Pin Creator
This extension sends the current youtube.com URL to videopin.me For more information visit http://videopin.me
Video Pin Creator là gì?
Video Pin Creator là một tiện ích mở rộng Chrome được phát triển bởi videopin.me, và tính năng chính của nó là "This extension sends the current youtube.com URL to videopin.me For more information visit http://videopin.me".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Video Pin Creator
Tải xuống các tệp mở rộng Video Pin Creator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jmabpghjbicabalfomignlccnahomjil |
URL Chính Thức | https://chrome.google.com/webstore/detail/video-pin-creator/jmabpghjbicabalfomignlccnahomjil |
Mô tả | This extension sends the current youtube.com URL to videopin.me For more information visit http://videopin.me |
Kích Thước Tệp | 15.43 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2017-08-28 |
Ngày Phát Hành | 2017-08-28 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | videopin.me |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://videopin.me |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |