Ajax Loader for Google™

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

Ajax Loader for Google™ là gì?

Ajax Loader for Google™ là một tiện ích mở rộng Chrome được phát triển bởi Ilidio Martins, và tính năng chính của nó là "Enhances Google pages by adding ajax loader (Animated GIF and Animated PNG - APNG).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ajax Loader for Google™

Tải xuống các tệp mở rộng Ajax Loader for Google™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ajax Loader for Google™ Ajax Loader for Google™
ID ajagfhgoccdjcpdfmmjopehnlfgdjifo
URL Chính Thức https://chromewebstore.google.com/detail/ajax-loader-for-google/ajagfhgoccdjcpdfmmjopehnlfgdjifo
Mô tả Enhances Google pages by adding ajax loader (Animated GIF and Animated PNG - APNG).
Kích Thước Tệp 136 KB
Số Lần Cài Đặt 803
Phiên Bản Hiện Tại 18.0.0
Cập Nhật Lần Cuối 2024-02-09
Ngày Phát Hành 2018-04-27
Đánh Giá 4.21/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Ilidio Martins
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://my.opera.com/ilidiomartins/blog/google-ajax-loader-opera-extension
URL Trang Chính Sách Bảo Mật https://github.com/ilidio/Ajax-Loader-for-Google/blob/master/Politica%20de%20Privacidade.md
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}