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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhances Google pages by adding ajax loader (Animated GIF and Animated PNG - APNG)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ajax Loader for Google™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Ajax Loader for Google™ Ajax Loader for Google™
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
ईमेल [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"
        }
    ]
}