Ajax Loader for Google™

Enhances Google pages by adding ajax loader (Animated GIF and Animated PNG - APNG).

Qu'est-ce que Ajax Loader for Google™ ?

Ajax Loader for Google™ est une extension Chrome développée par Ilidio Martins, et sa fonction principale est "Enhances Google pages by adding ajax loader (Animated GIF and Animated PNG - APNG).".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ajax Loader for Google™

Téléchargez les fichiers d'extension Ajax Loader for Google™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Ajax Loader for Google™ Ajax Loader for Google™
ID ajagfhgoccdjcpdfmmjopehnlfgdjifo
URL Officiel https://chromewebstore.google.com/detail/ajax-loader-for-google/ajagfhgoccdjcpdfmmjopehnlfgdjifo
Description Enhances Google pages by adding ajax loader (Animated GIF and Animated PNG - APNG).
Taille du Fichier 136 KB
Nombre d'Installations 803
Version Actuelle 18.0.0
Dernière Mise à Jour 2024-02-09
Date de Publication 2018-04-27
Évaluation 4.21/5 Total 14 Évaluations
Développeur Ilidio Martins
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://my.opera.com/ilidiomartins/blog/google-ajax-loader-opera-extension
URL de la Page de Politique de Confidentialité https://github.com/ilidio/Ajax-Loader-for-Google/blob/master/Politica%20de%20Privacidade.md
Langues Prises en Charge 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"
        }
    ]
}