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文件
下載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 |
官方網址 | 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" } |