Distraction-free Facebook Chat UI
This extension hides everything on Facebook except for chat
Distraction-free Facebook Chat UI란 무엇입니까?
Distraction-free Facebook Chat UI은(는) http://wadehammes.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension hides everything on Facebook except for chat"입니다.
확장 프로그램 스크린샷
Distraction-free Facebook Chat UI 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This simple extension allows you to show and hide Facebook UI elements (currently the top blue-bar and the global container - newsfeed, profiles, etc.) so you can chat without the distraction of everything else. To use: install the extension, browse to Facebook, and refresh. In the bottom right of the window next to chat, you should see a button labeled "Hide Facebook". Boom. Note: names are hidden in extension screenshots for safety of those shown. The extension does not hide the names of those you are chatting with or in your friend list. That would be silly. Changelog: v.1.1.2 - updated right spacing of button to align better with new minified Facebook chat bar. v1.1.1 - updated the extension to add an overlay instead of hiding elements with CSS. There was a big performance issue that I think this update will correct. Let me know if you are still experience Facebook running slower with this enabled!
확장 프로그램 기본 정보
이름 | |
ID | bekopiljnnbamkegeidmbmbopennjgke |
공식 URL | https://chrome.google.com/webstore/detail/distraction-free-facebook/bekopiljnnbamkegeidmbmbopennjgke |
설명 | This extension hides everything on Facebook except for chat |
파일 크기 | 122 KB |
설치 횟수 | 188 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2015-03-10 |
출시 날짜 | 2015-03-10 |
평점 | 4.86/5 총 7 개의 평점 |
개발자 | http://wadehammes.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Distraction-free Facebook Chat UI", "version": "1.1.2", "manifest_version": 2, "description": "This extension hides everything on Facebook except for chat", "homepage_url": "http:\/\/wadehammes.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/inject\/inject.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js" ] } ] } |