BetterMAL
Let's make MAL a better site.
Τι είναι το BetterMAL;
Το BetterMAL είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sasalx, και η κύρια λειτουργία του είναι "Let's make MAL a better site.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης BetterMAL
Λήψη αρχείων επέκτασης BetterMAL σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Once upon a time there was a site called MAL. It was a good site but their "dev team" never updated the site. It looks like from 2007. I thought like "Well I can fix things". Here we are... Quick Edit, Quick Reply, Create New Topic and Profile Edit now have BBCode buttons. Quick Reply and Profile Edit have live preview now. That means you can see what you wrote live rather than clicking a button and wait for the refresh. Macros added for Quick Reply. The prefix is !! . Then you have to press macro button. New extension settings page. New "To Bottom" button. For people like me. You don't need to scroll that 30 comments now. You can see the id of users in their info table. For more info you can visit here: https://myanimelist.net/forum/?topicid=1704187 Status: 1.1.0
Βασικές Πληροφορίες Επέκτασης
Όνομα | BetterMAL |
ID | ndmifonolbcfhcdfciaokiflklhjpifh |
Επίσημο URL | https://chromewebstore.google.com/detail/bettermal/ndmifonolbcfhcdfciaokiflklhjpifh |
Περιγραφή | Let's make MAL a better site. |
Μέγεθος Αρχείου | 28.25 KB |
Αριθμός Εγκαταστάσεων | 102 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2019-10-11 |
Ημερομηνία Δημοσίευσης | 2019-10-11 |
Αξιολόγηση | 4.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | sasalx |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BetterMAL", "version": "1.1.0", "description": "Let's make MAL a better site.", "icons": { "128": ".\/icons\/icon_128.png" }, "browser_action": { "default_icon": ".\/icons\/icon.png" }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/myanimelist.net\/*" ], "run_at": "document_end" } ], "permissions": [ "tabs", "https:\/\/myanimelist.net\/*", "storage" ], "options_ui": { "page": "options.html", "chrome_style": true } } |