AliExpress Infinite Scroll
Infinite Scroll for AliExpress.com - MyOrders page, Category Page, Search list page
AliExpress Infinite Scroll란 무엇입니까?
AliExpress Infinite Scroll은(는) https://www.teta-solutions.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Infinite Scroll for AliExpress.com - MyOrders page, Category Page, Search list page"입니다.
확장 프로그램 스크린샷
AliExpress Infinite Scroll 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
AliExpress Infinite Scroll helps you to search for products that are of interest to you faster, without moving from page to page. --> No more need for ''Next Page'' button <-- This extension work on MyOrders Page, Category Page, Search Products Page. You can turn off the extension by clicking on icon in Chrome Toolbar. Fix: 24.08.2019 - Changes because the Aliexpress interface update. Fixed. 16.12.2019 - Some fixes on OrdersPage results and SearchPage results. Fixed. Lower the permissions for Chrome Extension. Permissions fix.
확장 프로그램 기본 정보
이름 | |
ID | ldlhimcpmpgmmmcaehailceibljhkeln |
공식 URL | https://chromewebstore.google.com/detail/aliexpress-infinite-scrol/ldlhimcpmpgmmmcaehailceibljhkeln |
설명 | Infinite Scroll for AliExpress.com - MyOrders page, Category Page, Search list page |
파일 크기 | 969 KB |
설치 횟수 | 71 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2019-12-16 |
출시 날짜 | 2019-12-16 |
평점 | 1.00/5 총 2 개의 평점 |
개발자 | https://www.teta-solutions.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.toriox.dev/privacy-policy.php |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AliExpress Infinite Scroll", "version": "0.0.3", "manifest_version": 2, "description": "Infinite Scroll for AliExpress.com - MyOrders page, Category Page, Search list page", "author": "Mladen Markovic", "background": { "scripts": [ ".\/vendor\/jquery.min.js", "background.js" ], "persistent": true }, "icons": { "16": ".\/assets\/logo\/icon16.png", "32": ".\/assets\/logo\/icon32.png", "48": ".\/assets\/logo\/icon48.png", "64": ".\/assets\/logo\/icon64.png", "128": ".\/assets\/logo\/icon128.png" }, "browser_action": { "default_title": "AliExpress - Infinite Scroll", "default_icon": ".\/assets\/logo\/icon128.png", "default_popup": "popup.html", "scripts": "popup.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "js": [ ".\/vendor\/jquery.min.js", ".\/components\/aff.js", ".\/components\/basic.js" ], "matches": [ "*:\/\/*.aliexpress.com\/*" ] } ], "web_accessible_resources": [ "\/*.png", "\/*.gif", "\/options.html", "\/all_orders.html", ".\/popup.html", "*.*" ], "permissions": [ "*:\/\/*.aliexpress.com\/*", "storage" ] } |