Mute Tab
Mute one tab or chrome, locking them too.
Mute Tab란 무엇입니까?
Mute Tab은(는) http://zimoapps.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mute one tab or chrome, locking them too."입니다.
Mute Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A mute extension which based on new chrome mute API. And, it works form chrome 45. Easy to mute one tab or chrome, and make chrome mute always.
확장 프로그램 기본 정보
이름 | |
ID | abnlpafjdnjpopbjhnahfdcgecnkmmkj |
공식 URL | https://chrome.google.com/webstore/detail/mute-tab/abnlpafjdnjpopbjhnahfdcgecnkmmkj |
설명 | Mute one tab or chrome, locking them too. |
파일 크기 | 21.54 KB |
설치 횟수 | 1,000 |
현재 버전 | 2.0.0.116 |
최근 업데이트 | 2016-03-07 |
출시 날짜 | 2016-03-07 |
평점 | 3.59/5 총 34 개의 평점 |
개발자 | http://zimoapps.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://privacy.zimoapps.com |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "45", "name": "__MSG_ext_name__", "version": "2.0.0.116", "description": "__MSG_ext_des__", "default_locale": "en", "icons": { "16": "img\/mute.png", "48": "img\/mute.png", "128": "img\/mute.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "img\/mute.png", "38": "img\/mute.png" }, "default_title": "__MSG_ext_name__", "default_popup": "html\/popup.html" }, "permissions": [ "tabs", "storage" ] } |