Mute Button for Google Plus
Add Mute Button on posts in Google Plus
Mute Button for Google Plus란 무엇입니까?
Mute Button for Google Plus은(는) ksaga에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add Mute Button on posts in Google Plus"입니다.
확장 프로그램 스크린샷
Mute Button for Google Plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is for your who use mute functional frequently in Google Plus. It adds two buttons on each post in Google plus stream; hide: erase the contents of the post temporarily, that will be reverted when you reload the page. mute: this is shortcut to Google plus's mute functional. My G+ account is: https://plus.google.com/109370984101702523623 2012-08-31 updated to show buttons when you switch to circle's stream. 2011-10-06 updated for G+ change (that was a little bit difficult, thank you for your patience)
확장 프로그램 기본 정보
이름 | |
ID | aebpfndhdfabgmnemfihmgifgckhabmn |
공식 URL | https://chrome.google.com/webstore/detail/aebpfndhdfabgmnemfihmgifgckhabmn |
설명 | Add Mute Button on posts in Google Plus |
파일 크기 | 8.37 KB |
설치 횟수 | 116 |
현재 버전 | 1.4.3 |
최근 업데이트 | 2013-12-15 |
출시 날짜 | 2013-12-15 |
평점 | 3.13/5 총 15 개의 평점 |
개발자 | ksaga |
결제 유형 | free |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.4.3", "manifest_version": 2, "default_locale": "en", "minimum_chrome_version": "6.0.0.0", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/plus.google.com\/*" ], "js": [ "main.js" ] } ] } |