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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
확장 프로그램 기본 정보
이름 | |
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" } ] } |