listy.email
listy.email new tab
listy.email란 무엇입니까?
listy.email은(는) Listy.email에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "listy.email new tab"입니다.
확장 프로그램 스크린샷
listy.email 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This free extension enhances your new tab page by providing: 1.Shortcuts to popular email providers (Gmail, Hotmail, YMail & AOL Mail) 2. Shortcuts to top sites including Facebook, Youtube & Amazon.. 3. Easy access to Yahoo Search via the search box. 4. Clock in the upper right hand corner. It's free to try so go ahead and try it!
확장 프로그램 기본 정보
이름 | listy.email |
ID | aoekkpoenkmdemcheddbmclndonmiplc |
공식 URL | https://chromewebstore.google.com/detail/listyemail/aoekkpoenkmdemcheddbmclndonmiplc |
설명 | listy.email new tab |
파일 크기 | 41.33 KB |
설치 횟수 | 730 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-03-04 |
출시 날짜 | 2021-03-04 |
개발자 | Listy.email |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://listy.email |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "listy.email", "short_name": "listy.email", "description": "listy.email new tab", "version": "1.0.0", "version_name": "1.0.0", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "offline_enabled": true, "permissions": [ "chrome:\/\/favicon\/" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |