OpenSubtitles
Quick search on OpenSubtitles.org
OpenSubtitles란 무엇입니까?
OpenSubtitles은(는) Baptiste Vincent에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick search on OpenSubtitles.org"입니다.
확장 프로그램 스크린샷
OpenSubtitles 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Open Subtitle Search Tool... Feel free to leave feedback for new ideas here : https://chrome.google.com/webstore/support/pfbdkpjnibjpkebckajcinnjlkdeilej
확장 프로그램 기본 정보
이름 | OpenSubtitles |
ID | pfbdkpjnibjpkebckajcinnjlkdeilej |
공식 URL | https://chromewebstore.google.com/detail/opensubtitles/pfbdkpjnibjpkebckajcinnjlkdeilej |
설명 | Quick search on OpenSubtitles.org |
파일 크기 | 145 KB |
설치 횟수 | 20,000 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2015-12-07 |
출시 날짜 | 2015-12-06 |
평점 | 4.03/5 총 36 개의 평점 |
개발자 | Baptiste Vincent |
결제 유형 | free |
도움말 페이지 URL | https://chrome.google.com/webstore/support/pfbdkpjnibjpkebckajcinnjlkdeilej |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OpenSubtitles", "version": "0.0.3", "description": "Quick search on OpenSubtitles.org", "browser_action": { "default_icon": { "19": "img\/opensubtitles_19.png", "38": "img\/opensubtitles_38.png" }, "default_popup": "start.html", "default_title": "OpenSubtitles" }, "icons": { "128": "img\/opensubtitles_128.png", "16": "img\/opensubtitles_16.png", "48": "img\/opensubtitles_48.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "tabs", "background", "contextMenus", "notifications" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "page": "background.html" }, "web_accessible_resources": [ "img\/opensubtitles_128.png" ] } |