Transnote - Video Notes for YouTube
This is the official extension for Transnote
Transnote - Video Notes for YouTube란 무엇입니까?
Transnote - Video Notes for YouTube은(는) https://transnote.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is the official extension for Transnote"입니다.
확장 프로그램 스크린샷
Transnote - Video Notes for YouTube 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Transnote helps you to tag and store video notes by timestamps, while watching video on the same page. A simple, effortless experience to recall and share video references within a few clicks.
확장 프로그램 기본 정보
이름 | Transnote - Video Notes for YouTube |
ID | cdggbakccncnbjlfobchjmkjgbonmoie |
공식 URL | https://chromewebstore.google.com/detail/transnote-video-notes-for/cdggbakccncnbjlfobchjmkjgbonmoie |
설명 | This is the official extension for Transnote |
파일 크기 | 6.04 MB |
설치 횟수 | 1,387 |
현재 버전 | 0.5.2 |
최근 업데이트 | 2020-06-06 |
출시 날짜 | 2020-06-06 |
평점 | 3.42/5 총 12 개의 평점 |
개발자 | https://transnote.co |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Transnote - Video Notes for YouTube", "description": "This is the official extension for Transnote", "version": "0.5.2", "icons": { "16": ".\/assets\/transnote-16.png", "48": ".\/assets\/transnote-48.png", "128": ".\/assets\/icon128.png" }, "permissions": [ "tabs", "activeTab", "https:\/\/www.gstatic.com\/firebasejs\/7.9.3\/firebase-app.js", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch?v=*", "https:\/\/www.youtube.com\/" ], "js": [ ".\/content.bundle.js" ], "css": [ ".\/content\/content.css" ] } ], "web_accessible_resources": [ ".\/content\/component.js" ], "background": { "scripts": [ ".\/background.bundle.js" ] }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+Shift+N", "mac": "Alt+Shift+N", "chromeos": "Alt+Shift+N", "linux": "Alt+Shift+N" } } }, "browser_action": { "default_popup": "index.html", "default_title": "Transnote Extension" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'", "oauth2": { "client_id": "665646200731-c5v3r0v0eo5gr8k852242rbfuu7gfltp.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } } |