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!
What is Snail on Gmail Loading Page?
Snail on Gmail Loading Page is a Chrome extension developed by https://yuragalin.com, and its main feature is "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!".
Extension Screenshots
Download Snail on Gmail Loading Page Extension CRX File
Download Snail on Gmail Loading Page 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
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? :)
Extension Basic Information
Name | Snail on Gmail Loading Page |
ID | pdgocdodfbhknhekledldkbdmdofggic |
Official URL | https://chromewebstore.google.com/detail/snail-on-gmail-loading-pa/pdgocdodfbhknhekledldkbdmdofggic |
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! |
File Size | 117 KB |
Installation Count | 73 |
Current Version | 1.0 |
Last Updated | 2018-06-14 |
Publish Date | 2018-06-13 |
Rating | 5.00/5 Total 14 Ratings |
Developer | https://yuragalin.com |
Payment Type | free |
Extension Website | https://yuragalin.com/it/snail-gmail |
Supported Languages | 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" ] } |