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