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 |
| 官方網址 | 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"
]
} | |