TradeMe List View Enforcer
Enforces the List View. Use in combination with TradeMe PhotoView Redux
Τι είναι το TradeMe List View Enforcer;
Το TradeMe List View Enforcer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον JimBob Baggins, και η κύρια λειτουργία του είναι "Enforces the List View. Use in combination with TradeMe PhotoView Redux".
Λήψη αρχείου CRX της επέκτασης TradeMe List View Enforcer
Λήψη αρχείων επέκτασης TradeMe List View Enforcer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Automatically switch TradeMe's Gallery View back to the List View!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | igbcegpjplepmpmbeplcpbdncokiiafd |
Επίσημο URL | https://chrome.google.com/webstore/detail/trademe-list-view-enforce/igbcegpjplepmpmbeplcpbdncokiiafd |
Περιγραφή | Enforces the List View. Use in combination with TradeMe PhotoView Redux |
Μέγεθος Αρχείου | 28.75 KB |
Αριθμός Εγκαταστάσεων | 81 |
Τρέχουσα Έκδοση | 0.22 |
Τελευταία Ενημέρωση | 2017-10-31 |
Ημερομηνία Δημοσίευσης | 2017-10-31 |
Αξιολόγηση | 5.00/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | JimBob Baggins |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "https:\/\/www.trademe.co.nz\/*" ], "js": [ "trademelistviewenforcer.user.js" ], "matches": [ "https:\/\/www.trademe.co.nz\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Enforces the List View. Use in combination with TradeMe PhotoView Redux", "name": "TradeMe List View Enforcer", "version": "0.22", "icons": { "16": "pictures16.png", "48": "pictures48.png", "128": "pictures128.png" } } |