listy.email

listy.email new tab

Apa itu listy.email?

listy.email adalah ekstensi Chrome yang dikembangkan oleh Listy.email, dan fitur utamanya adalah "listy.email new tab".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi listy.email

Unduh file ekstensi listy.email dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama listy.email listy.email
ID aoekkpoenkmdemcheddbmclndonmiplc
URL Resmi https://chromewebstore.google.com/detail/listyemail/aoekkpoenkmdemcheddbmclndonmiplc
Deskripsi listy.email new tab
Ukuran File 41.33 KB
Jumlah Instalasi 730
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-03-04
Tanggal Publikasi 2021-03-04
Pengembang Listy.email
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://listy.email
Bahasa yang Didukung 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'"
}