Chrome Shark
Chrome Shark is an application that transforms web music player into a great full screen music player to fit on your tv.
Chrome Shark란 무엇입니까?
Chrome Shark은(는) https://rpdeshaies.github.io/chrome-shark에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Shark is an application that transforms web music player into a great full screen music player to fit on your tv."입니다.
확장 프로그램 스크린샷
Chrome Shark 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
#Chrome Shark# Chrome Shark is an application that transforms web music players into a great full screen music player to fit on your television. #Features# The interface is optimized for a full screen experience in order to provide all the information that you need. The interface will also automatically flip itself after a cetain amount of time so that your TV pixels do not get burned. From the interface, you can Play / Pause a track or simply skip it ! You skipped one to many songs ? Do not panick ! Just click on the Previous button and you are safe ! In addition to the track information, Chrome Shark will also get the album art and the artist summary using the fantastic Last.fm API. New in 1.2 : * New responsive layout and design * The layout now flip itself after 5 minutes * New help section with quick links * Bug fixing
확장 프로그램 기본 정보
이름 | Chrome Shark |
ID | fifmpfkhpojgoodihbmflkgpifanigbd |
공식 URL | https://chromewebstore.google.com/detail/chrome-shark/fifmpfkhpojgoodihbmflkgpifanigbd |
설명 | Chrome Shark is an application that transforms web music player into a great full screen music player to fit on your tv. |
파일 크기 | 748 KB |
설치 횟수 | 23 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2015-08-26 |
출시 날짜 | 2015-08-26 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | https://rpdeshaies.github.io/chrome-shark |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://rpdeshaies.github.io/chrome-shark/ |
도움말 페이지 URL | https://github.com/RPDeshaies/chrome-shark/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Shark", "description": "Chrome Shark is an application that transforms web music player into a great full screen music player to fit on your tv.", "version": "1.2.1", "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "app\/images\/*", "app\/views\/*" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "page_action": { "default_icon": "48.png", "default_title": "Open Chrome Shark on the current page" }, "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "scripts": [ "app\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |