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!
Cos'è Snail on Gmail Loading Page?
Snail on Gmail Loading Page è un'estensione di Chrome sviluppata da https://yuragalin.com, e la sua funzione principale è "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 dell'Estensione
Scarica il file CRX dell'estensione Snail on Gmail Loading Page
Scarica i file di estensione Snail on Gmail Loading Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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?
:)                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | pdgocdodfbhknhekledldkbdmdofggic | 
| URL Ufficiale | https://chromewebstore.google.com/detail/snail-on-gmail-loading-pa/pdgocdodfbhknhekledldkbdmdofggic | 
| Descrizione | 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! | 
| Dimensione del File | 117 KB | 
| Conteggio Installazioni | 73 | 
| Versione Corrente | 1.0 | 
| Ultimo Aggiornamento | 2018-06-14 | 
| Data di Pubblicazione | 2018-06-13 | 
| Valutazione | 5.00/5 Totale 14 Valutazioni | 
| Sviluppatore | https://yuragalin.com | 
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://yuragalin.com/it/snail-gmail | 
| Lingue Supportate | 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"
    ]
}  |  |