listy.email
listy.email new tab
什么是listy.email?
listy.email是由Listy.email开发的Chrome扩展程序,该扩展的主要功能是“listy.email new tab”。
扩展截图
下载listy.email扩展crx文件
下载listy.email扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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'" } |