Gmail UI update
Fixes a couple of things
Gmail UI update란 무엇입니까?
Gmail UI update은(는) michelet.tristan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fixes a couple of things"입니다.
확장 프로그램 스크린샷
Gmail UI update 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When using the multiple inboxes gmail lab plugin, the action bar is not always reachable. This plugin fixes it by making it move to the top or the bottom depending on what's the most convenient. See more: https://github.com/tmichelet/gmail-helper
확장 프로그램 기본 정보
이름 | Gmail UI update |
ID | iclfhanefileilkpahemhgaieoiojefp |
공식 URL | https://chromewebstore.google.com/detail/gmail-ui-update/iclfhanefileilkpahemhgaieoiojefp |
설명 | Fixes a couple of things |
파일 크기 | 4.26 KB |
설치 횟수 | 32 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2014-10-12 |
출시 날짜 | 2014-10-12 |
개발자 | michelet.tristan |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail UI update", "description": "Fixes a couple of things", "version": "1.0.2", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |