AliExpress Button
Small button for AliExpress.com will provide you convenient access to the different parts of the store
O que é AliExpress Button?
AliExpress Button é uma extensão do Chrome desenvolvida por devunion, e sua principal característica é "Small button for AliExpress.com will provide you convenient access to the different parts of the store".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AliExpress Button
Baixe arquivos de extensão AliExpress Button no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | AliExpress Button |
ID | cpflfpndiakleehooekmjggkeibkelpm |
URL Oficial | https://chromewebstore.google.com/detail/aliexpress-button/cpflfpndiakleehooekmjggkeibkelpm |
Descrição | Small button for AliExpress.com will provide you convenient access to the different parts of the store |
Tamanho do Arquivo | 66.85 KB |
Contagem de Instalações | 533 |
Versão Atual | 1.0.25 |
Última Atualização | 2015-07-27 |
Data de Publicação | 2015-07-27 |
Classificação | 4.77/5 Total de 13 Avaliações |
Desenvolvedor | devunion |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |