Livewire 1350 Miniplayer
A convenient player for Livewire 1350, UEA's radio station.
Livewire 1350 Miniplayer란 무엇입니까?
Livewire 1350 Miniplayer은(는) Ben Cheshire에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A convenient player for Livewire 1350, UEA's radio station."입니다.
확장 프로그램 스크린샷
Livewire 1350 Miniplayer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A convenient player for Livewire 1350, UEA's radio station. Optional features include notifications and social media feeds. This extension is still in development! Expect more features soon. There are also a few minor bugs I will iron out.
확장 프로그램 기본 정보
이름 | Livewire 1350 Miniplayer |
ID | cjboekiedomjmbljacoddhapnmfphhio |
공식 URL | https://chromewebstore.google.com/detail/livewire-1350-miniplayer/cjboekiedomjmbljacoddhapnmfphhio |
설명 | A convenient player for Livewire 1350, UEA's radio station. |
파일 크기 | 97.51 KB |
설치 횟수 | 10 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-11-21 |
출시 날짜 | 2015-11-21 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Ben Cheshire |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Livewire 1350 Miniplayer", "description": "A convenient player for Livewire 1350, UEA's radio station.", "version": "1.0", "browser_action": { "default_icon": { "19": "img\/icon_19.png", "38": "img\/icon_38.png" }, "default_popup": "html\/popup.html" }, "options_ui": { "page": "html\/options.html" }, "commands": { "play": { "description": "Play\/Pause", "global": true } }, "icons": { "128": "img\/icon_128.png" }, "background": { "page": "html\/background.html", "persistent": false }, "omnibox": { "keyword": "lw" }, "permissions": [ "storage", "background", "notifications", "contextMenus", "activeTab", "http:\/\/livewire1350.com\/", "alarms" ], "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com https:\/\/cdn.api.twitter.com https:\/\/syndication.twitter.com; object-src 'self'" } |