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" } |