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™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ilidio Martins และคุณลักษณะหลักของมันคือ "Enhances Google pages by adding ajax loader (Animated GIF and Animated PNG - APNG)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ajax Loader for Google™
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } ] } |