AliExpress Button
Small button for AliExpress.com will provide you convenient access to the different parts of the store
Hvad er AliExpress Button?
AliExpress Button er en Chrome-udvidelse udviklet af devunion, og dens hovedfunktion er "Small button for AliExpress.com will provide you convenient access to the different parts of the store".
Udvidelsesskærmbilleder
Download AliExpress Button-udvidelses-CRX-fil
Download AliExpress Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | AliExpress Button |
ID | cpflfpndiakleehooekmjggkeibkelpm |
Officiel URL | https://chromewebstore.google.com/detail/aliexpress-button/cpflfpndiakleehooekmjggkeibkelpm |
Beskrivelse | Small button for AliExpress.com will provide you convenient access to the different parts of the store |
Filstørrelse | 66.85 KB |
Antal Installationer | 533 |
Nuværende Version | 1.0.25 |
Senest Opdateret | 2015-07-27 |
Udgivelsesdato | 2015-07-27 |
Bedømmelse | 4.77/5 Samlet 13 Bedømmelser |
Udvikler | devunion |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } |