Ask on Video: 1-Click Capture & Ask
Ask on Video is a browser extension that lets you capture a video frame and ask GPT-4Vision a question about it.
Ask on Video: 1-Click Capture & Ask란 무엇입니까?
Ask on Video: 1-Click Capture & Ask은(는) https://askonvideo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ask on Video is a browser extension that lets you capture a video frame and ask GPT-4Vision a question about it."입니다.
확장 프로그램 스크린샷
Ask on Video: 1-Click Capture & Ask 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easily ask questions directly on YouTube or other video websites. We have the ability to comprehend video content (Powered by GPT-4Vision) in subjects like Math, Economics, Programming, and more. Simply click the ICON or Shortcut, and you can ask your questions without leave the video.
확장 프로그램 기본 정보
이름 | Ask on Video: 1-Click Capture & Ask |
ID | bjgcfacigblojjkeobfenmllnoknadkc |
공식 URL | https://chromewebstore.google.com/detail/ask-on-video-1-click-capt/bjgcfacigblojjkeobfenmllnoknadkc |
설명 | Ask on Video is a browser extension that lets you capture a video frame and ask GPT-4Vision a question about it. |
파일 크기 | 583 KB |
설치 횟수 | 95 |
현재 버전 | 2024.1.4 |
최근 업데이트 | 2024-01-10 |
출시 날짜 | 2024-01-09 |
개발자 | https://askonvideo.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://askonvideo.com |
개인정보 보호 정책 페이지 URL | https://sparkos.notion.site/Privacy-Policy-2a848c9d47c04bfca57e316d0efafa34?pvs=4 |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ask on Video: 1-Click Capture & Ask", "description": "Ask on Video is a browser extension that lets you capture a video frame and ask GPT-4Vision a question about it.", "version": "2024.1.4", "version_name": "2024.1.4", "action": { "default_title": "Ask on Video - Open Sidebar" }, "commands": { "open-sidebar": { "suggested_key": { "default": "Ctrl+Shift+X", "mac": "Command+Shift+X" }, "description": "Open the sidebar" } }, "externally_connectable": { "ids": [ "*" ] }, "manifest_version": 3, "icons": { "128": "images\/icon-128.png" }, "permissions": [ "storage", "unlimitedStorage", "contextMenus", "tabs", "activeTab", "identity", "identity.email" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/sidebar.tsx-loader-1b9a51e3.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |