Gmail HTML basic
A extension for whom using Gmail HTML Basic
Gmail HTML basic란 무엇입니까?
Gmail HTML basic은(는) helenchen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A extension for whom using Gmail HTML Basic"입니다.
확장 프로그램 스크린샷
Gmail HTML basic 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension was mainly inspired by a userscript named GMail Basic HTML Enhancement. This extension enabled user * Relocation labels to top of messages list * Select All button * Search shortcut like :unread, 2 week older * Save the last selected action in [Go] menu * Create [New label] in filter wizard, no need to create it ahead
확장 프로그램 기본 정보
이름 | Gmail HTML basic |
ID | fglojcpjnipennndfejiehbndbidenbh |
공식 URL | https://chromewebstore.google.com/detail/gmail-html-basic/fglojcpjnipennndfejiehbndbidenbh |
설명 | A extension for whom using Gmail HTML Basic |
파일 크기 | 63.72 KB |
설치 횟수 | 2,279 |
현재 버전 | 49 |
최근 업데이트 | 2020-04-06 |
출시 날짜 | 2020-04-06 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | helenchen |
결제 유형 | in_app |
지원되는 언어 | en |
manifest.json | |
{ "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwV52R58GVp8NIyGHbQthGdVx1JbXiPmrSQgO1Vh0szX7g1tLkdTOXzb7TG\/KSZk1GLiyv7Z3vFhPPGqeR44z98Xv4saqN2TRzGsmnRYzyejrWZMu74njpHNAxkwLou6vn8M2wacTjW0JMReKXbM0LFPFuah4kYECND3pA7swfkYqLsTF8qAAzeReJeCWqNLy9BTBmdauB1ptwAMbR5BoysJdDS0cBwjJs4EFmKjaD5JpaiZmbDxGzMNo+B\/yi1oErsS2Auj8Tn\/Sz4P+dbZZX5K4bIjD41yhSnh\/sKIM\/HzJydJlM26gQNUYjnWzaRh77Zjkc\/pBBGpIdpyLzbxnBQIDAQAB", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*\/h\/*", "https:\/\/mail.google.com\/mail\/h\/*" ], "js": [ "jquery-3.4.1.min.js", "debug.js", "labelRelocation.js", "searches.js", "selectAll.js", "createLabel.js" ], "run_at": "document_end" } ], "description": "A extension for whom using Gmail HTML Basic", "default_locale": "en", "icons": { "128": "images\/gmail128.png", "32": "images\/gmail32.png", "48": "images\/gmail48.png", "16": "images\/gmail16.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "page_action": { "default_icon": { "128": "images\/gmail128.png", "32": "images\/gmail32.png", "48": "images\/gmail48.png", "16": "images\/gmail16.png" }, "default_popup": "popup.html" }, "version": "49", "manifest_version": 2, "permissions": [ "activeTab", "declarativeContent", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail HTML basic" } |