AliExpress Button
Small button for AliExpress.com will provide you convenient access to the different parts of the store
AliExpress Button란 무엇입니까?
AliExpress Button은(는) devunion에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Small button for AliExpress.com will provide you convenient access to the different parts of the store"입니다.
확장 프로그램 스크린샷
AliExpress Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Small but convenient button that will help you to work with AliExpress.com more effectively. You can search any interesting items on the site or quickly navigate directly to the necessary page.
확장 프로그램 기본 정보
이름 | AliExpress Button |
ID | cpflfpndiakleehooekmjggkeibkelpm |
공식 URL | https://chromewebstore.google.com/detail/aliexpress-button/cpflfpndiakleehooekmjggkeibkelpm |
설명 | Small button for AliExpress.com will provide you convenient access to the different parts of the store |
파일 크기 | 66.85 KB |
설치 횟수 | 533 |
현재 버전 | 1.0.25 |
최근 업데이트 | 2015-07-27 |
출시 날짜 | 2015-07-27 |
평점 | 4.77/5 총 13 개의 평점 |
개발자 | devunion |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/Icon19.png", "default_popup": "popup.html", "default_title": "Go with AliExpress!" }, "content_scripts": [], "description": "Small button for AliExpress.com will provide you convenient access to the different parts of the store", "icons": { "128": "img\/Icon128.png", "16": "img\/Icon16.png", "48": "img\/Icon48.png" }, "manifest_version": 2, "name": "AliExpress Button", "permissions": [ "http:\/\/stat.extensionmaker.com\/*", "http:\/\/extensionmaker.com\/*", "tabs" ], "version": "1.0.25" } |