LIT Launcher
LIT Launcher inspires you to be more productive. Open a new tab to be inspired with a beautiful photo and a famous quote.
LIT Launcher란 무엇입니까?
LIT Launcher은(는) Dyslexia Pal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LIT Launcher inspires you to be more productive. Open a new tab to be inspired with a beautiful photo and a famous quote."입니다.
확장 프로그램 스크린샷
LIT Launcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
LIT Launcher gives you a moment of calm and inspires you to be more productive in each new tab. Quickly launch Chrome apps and popular websites right from the app launcher dock. Each new tab provides inspiration with a beautiful photo, the weather, and a quote. Website and Chrome App Launcher Weather • Set a daily goal/focus/intention • New inspirational photo and quote each day • Feel inspired, LIT and get things done! ABOUT PERMISSIONS Location – Weather Information We acknowledge that location sharing is a concern for many people and it is a responsibility that we take very seriously. HELP & SUGGESTIONS Contact [email protected] GET IN TOUCH Contact [email protected]
확장 프로그램 기본 정보
이름 | |
ID | edijdifgaeifdnmjeonpmbegjcacklhi |
공식 URL | https://chrome.google.com/webstore/detail/lit-launcher/edijdifgaeifdnmjeonpmbegjcacklhi |
설명 | LIT Launcher inspires you to be more productive. Open a new tab to be inspired with a beautiful photo and a famous quote. |
파일 크기 | 10.94 MB |
설치 횟수 | 136 |
현재 버전 | 1.2.4 |
최근 업데이트 | 2019-02-23 |
출시 날짜 | 2019-02-22 |
평점 | 5.00/5 총 16 개의 평점 |
개발자 | Dyslexia Pal |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://itslit.com |
개인정보 보호 정책 페이지 URL | https://dyslexiakeyboard.com/page8.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LIT Launcher", "version": "1.2.4", "description": "LIT Launcher inspires you to be more productive. Open a new tab to be inspired with a beautiful photo and a famous quote.", "icons": { "128": "assets\/logo.png" }, "browser_action": { "default_icon": "assets\/logo.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/icons.duckduckgo.com https:\/\/code.getmdl.io https:\/\/api.forismatic.com https:\/\/ssl.google-analytics.com https:\/\/images.unsplash.com https:\/\/api.unsplash.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'", "permissions": [ "identity", "activeTab", "https:\/\/ajax.googleapis.com\/", "geolocation" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqRxJlvzL8yamHioavLKufAWRAMWnIvPJ6HIaGXh7xt14XHU3KkfdC1u7RX2Kd37+TMBM94dVvzqfbtp5VHGEFqvpnM1\/KoADzW6kcdfqO5yGU6ike03S+5Q+JPZeaIy5nBppY6IrJJ8X9KexMF0iKpY\/ldOPmWcADBDem4hxymOjSOZ8Uj1nEjN37smCJulBVhm4SoNWTcuBesoTHOBaSa+oBDRSudQWhc5O3+7s3gUZU1lixKejQv\/ooF60KDhFh6sx32lTHl1GzoaxQSzVtQVEvoDu6nIo8LioyjlNg77NfFhiZgGYdqgAECgppowxsJsld3CzbvomHQgGXPYeQwIDAQAB" } |