listy.email

listy.email new tab

listy.emailคืออะไร?

listy.email เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Listy.email และคุณลักษณะหลักของมันคือ "listy.email new tab"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย listy.email

ดาวน์โหลดไฟล์ส่วนขยาย 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 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'"
}