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文件
下载LIT Launcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |