Snail on Gmail Loading Page

We noticed that new Gmail is loading like a snail. Let's watch the crawling snail while it is loading! It's funny, raise your mood!

Snail on Gmail Loading Pageคืออะไร?

Snail on Gmail Loading Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yuragalin.com และคุณลักษณะหลักของมันคือ "We noticed that new Gmail is loading like a snail. Let's watch the crawling snail while it is loading! It's funny, raise your mood!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snail on Gmail Loading Page

ดาวน์โหลดไฟล์ส่วนขยาย Snail on Gmail Loading Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Nobody likes slow loading of web-pages. I developed this small extension for my friends and for all who would like to entertain a bit while Gmail is loading.

Who will be first this time: snail or Gmail progress bar?

:)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Snail on Gmail Loading Page Snail on Gmail Loading Page
ID pdgocdodfbhknhekledldkbdmdofggic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/snail-on-gmail-loading-pa/pdgocdodfbhknhekledldkbdmdofggic
คำอธิบาย We noticed that new Gmail is loading like a snail. Let's watch the crawling snail while it is loading! It's funny, raise your mood!
ขนาดไฟล์ 117 KB
จำนวนการติดตั้ง 73
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-06-14
วันที่เผยแพร่ 2018-06-13
คะแนน 5.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://yuragalin.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://yuragalin.com/it/snail-gmail
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snail on Gmail Loading Page",
    "short_name": "Snail Gmail",
    "description": "We noticed that new Gmail is loading like a snail. Let's watch the crawling snail while it is loading! It's funny, raise your mood!",
    "version": "1.0",
    "homepage_url": "https:\/\/yuragalin.com\/it\/snail-gmail",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "favicon1.png",
        "default_title": "Snail Gmail",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "all_frames": true,
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "snail-animation.gif"
    ]
}