WhatsApp Redesigned
A fresh new look for WhatsApp web
WhatsApp Redesigned란 무엇입니까?
WhatsApp Redesigned은(는) ivocass에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A fresh new look for WhatsApp web"입니다.
확장 프로그램 스크린샷
WhatsApp Redesigned 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If the Dark theme wasn't good enough for you, this add-on will fix it. A tasteful redesign of the app brings back the original top banner, round corners, deep, neutral colors and hides the search bar, which is now accessible by clicking the Search button. NOTE: the voice messages aren't styled in this release. they are at a proposal stage for now Source code: https://github.com/ivocass/whatsapp-redesigned
확장 프로그램 기본 정보
이름 | |
ID | mpdddinkocahocepimaeokdcfhgfibkk |
공식 URL | https://chrome.google.com/webstore/detail/whatsapp-redesigned/mpdddinkocahocepimaeokdcfhgfibkk |
설명 | A fresh new look for WhatsApp web |
파일 크기 | 25.56 KB |
설치 횟수 | 366 |
현재 버전 | 0.0.0.3 |
최근 업데이트 | 2020-11-21 |
출시 날짜 | 2020-08-14 |
평점 | 4.80/5 총 5 개의 평점 |
개발자 | ivocass |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/ivocass/whatsapp-redesigned |
도움말 페이지 URL | https://github.com/ivocass/whatsapp-redesigned/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WhatsApp Redesigned", "version": "0.0.0.3", "description": "A fresh new look for WhatsApp web", "browser_action": { "default_icon": { "16": "assets\/logo16.png", "32": "assets\/logo32.png", "48": "assets\/logo48.png", "128": "assets\/logo128.png" }, "default_popup": "src\/popup.html" }, "icons": { "16": "assets\/logo16.png", "32": "assets\/logo32.png", "48": "assets\/logo48.png", "128": "assets\/logo128.png" }, "web_accessible_resources": [ "assets\/search-icon-24.png" ], "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "css": [ "src\/css\/styles.css" ], "js": [ "src\/js\/content-script.js" ] } ], "manifest_version": 2 } |