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はhttps://yuragalin.comによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
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?
:)                     拡張機能の基本情報
| 名前 |   |  
| 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"
    ]
}  |  |