listy.email

listy.email new tab

What is listy.email?

listy.email is a Chrome extension developed by Listy.email, and its main feature is "listy.email new tab".

Extension Screenshots

screenshot

Download listy.email Extension CRX File

Download listy.email extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name listy.email listy.email
ID aoekkpoenkmdemcheddbmclndonmiplc
Official URL https://chromewebstore.google.com/detail/listyemail/aoekkpoenkmdemcheddbmclndonmiplc
Description listy.email new tab
File Size 41.33 KB
Installation Count 730
Current Version 1.0.0
Last Updated 2021-03-04
Publish Date 2021-03-04
Developer Listy.email
Email [email protected]
Payment Type free
Extension Website https://listy.email
Supported Languages 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'"
}