AliExpress Button
Small button for AliExpress.com will provide you convenient access to the different parts of the store
AliExpress Buttonคืออะไร?
AliExpress Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย devunion และคุณลักษณะหลักของมันคือ "Small button for AliExpress.com will provide you convenient access to the different parts of the store"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AliExpress Button
ดาวน์โหลดไฟล์ส่วนขยาย AliExpress Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |