作業用BGM
itunesのサンプルミュージックをひたすら流し続けるだけです。作業用BGMにどうぞ!
作業用BGM란 무엇입니까?
作業用BGM은(는) Ext에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "itunesのサンプルミュージックをひたすら流し続けるだけです。作業用BGMにどうぞ!"입니다.
확장 프로그램 스크린샷
作業用BGM 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
확장 프로그램 기본 정보
이름 | |
ID | opjkhceepncompihbimaapejgbeabnkf |
공식 URL | https://chrome.google.com/webstore/detail/%E4%BD%9C%E6%A5%AD%E7%94%A8bgm/opjkhceepncompihbimaapejgbeabnkf |
설명 | itunesのサンプルミュージックをひたすら流し続けるだけです。作業用BGMにどうぞ! |
파일 크기 | 41.15 KB |
설치 횟수 | 38 |
현재 버전 | 1 |
최근 업데이트 | 2014-06-14 |
출시 날짜 | 2014-06-14 |
개발자 | Ext |
결제 유형 | free |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u4f5c\u696d\u7528BGM", "version": "1", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "description": "itunes\u306e\u30b5\u30f3\u30d7\u30eb\u30df\u30e5\u30fc\u30b8\u30c3\u30af\u3092\u3072\u305f\u3059\u3089\u6d41\u3057\u7d9a\u3051\u308b\u3060\u3051\u3067\u3059\u3002\u4f5c\u696d\u7528BGM\u306b\u3069\u3046\u305e\uff01", "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "\u4f5c\u696d\u7528BGM", "default_popup": "popup.html" }, "permissions": [ "https:\/\/itunes.apple.com\/", "tabs" ] } |