AliExpress поиск!
Small but convenient button that will help you to work with AliExpress.com more effectively.
O que é AliExpress поиск!?
AliExpress поиск! é uma extensão do Chrome desenvolvida por torreks, e sua principal característica é "Small but convenient button that will help you to work with AliExpress.com more effectively.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AliExpress поиск!
Baixe arquivos de extensão AliExpress поиск! 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
Удобное расширение для поиска товаров на AliExpress.com. Удобный поиск и быстрый доступ к основным разделам сайта.
Informações Básicas da Extensão
Nome | AliExpress поиск! |
ID | okfhjjlgbofppaocgakgjfnfddkjaile |
URL Oficial | https://chromewebstore.google.com/detail/aliexpress-%D0%BF%D0%BE%D0%B8%D1%81%D0%BA/okfhjjlgbofppaocgakgjfnfddkjaile |
Descrição | Small but convenient button that will help you to work with AliExpress.com more effectively. |
Tamanho do Arquivo | 29.28 KB |
Contagem de Instalações | 18 |
Versão Atual | 1.0.0 |
Última Atualização | 2015-09-05 |
Data de Publicação | 2015-09-05 |
Desenvolvedor | torreks |
Tipo de Pagamento | free |
Idiomas Suportados | en,ru |
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": "__MSG_btnTooltip__" }, "content_scripts": [], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "developer": { "name": "devunion" }, "icons": { "128": "img\/Icon128.png", "16": "img\/Icon16.png", "48": "img\/Icon48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "version": "1.0.0" } |