Ajax Loader for Google™
Enhances Google pages by adding ajax loader (Animated GIF and Animated PNG - APNG).
Ajax Loader for Google™とは何ですか?
Ajax Loader for Google™はIlidio Martinsによって開発されたChromeの拡張機能で、その主な機能は「Enhances Google pages by adding ajax loader (Animated GIF and Animated PNG - APNG).」です。
拡張機能のスクリーンショット
Ajax Loader for Google™拡張機能のCRXファイルをダウンロード
Ajax Loader for Google™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ajax Loader for Google™ is an extension that adds an ajax loader to the Google™ pages for Gmail.
If you want to change the loader, please follow these steps:
Go to the [MENU] -> Tools -> Extensions -> And click on this extension options.
(see the last screenshot)
You can choose between GIFs and APNG images.
APNG (animated PNG) images works in version 60.0.3076.0 Google Chrome Canary 拡張機能の基本情報
| 名前 | |
| ID | ajagfhgoccdjcpdfmmjopehnlfgdjifo |
| 公式URL | https://chromewebstore.google.com/detail/ajax-loader-for-google/ajagfhgoccdjcpdfmmjopehnlfgdjifo |
| 説明 | Enhances Google pages by adding ajax loader (Animated GIF and Animated PNG - APNG). |
| ファイルサイズ | 136 KB |
| インストール数 | 803 |
| 現在のバージョン | 18.0.0 |
| 最終更新日 | 2024-02-09 |
| 公開日 | 2018-04-27 |
| 評価 | 4.21/5 合計 14 レビュー |
| 開発者 | Ilidio Martins |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://my.opera.com/ilidiomartins/blog/google-ajax-loader-opera-extension |
| プライバシーポリシーページのURL | https://github.com/ilidio/Ajax-Loader-for-Google/blob/master/Politica%20de%20Privacidade.md |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Ajax Loader for Google\u2122",
"description": "Enhances Google pages by adding ajax loader (Animated GIF and Animated PNG - APNG).",
"version": "18.0.0",
"icons": {
"16": "icons\/icon.png",
"32": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "icons\/icon.png",
"32": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
},
"permissions": [
"tabs",
"activeTab"
]
},
"content_scripts": [
{
"js": [
".\/content.js"
],
"matches": [
"*:\/\/*.google.com\/*"
],
"run_at": "document_end"
}
]
} | |