MAL HoverInfo
Show a popup when hovering over MyAnimeList links displaying info about the anime with a button to add it to your Plan to Watch list
Τι είναι το MAL HoverInfo;
Το MAL HoverInfo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rivenation, και η κύρια λειτουργία του είναι "Show a popup when hovering over MyAnimeList links displaying info about the anime with a button to add it to your Plan to Watch list".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης MAL HoverInfo
Λήψη αρχείων επέκτασης MAL HoverInfo σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A handy extension for people who search for new manga/anime to watch/read on the internet. This extension displays information from MyAnimeList when you hover over an anime link. Simply hover over the http://myanimelist.net link on any webpage and a helpful popup will appear displaying information about the anime/manga. This is also helpful for those who have tons of anime on their Plan to Watch list and can't remember what each of them was about. Now instead of painfully clicking through each one of them, simply hover over them and refresh your memory with the image and description. On top of the information this extension displays, you can also add anime/manga to your Plan to Watch/Read list, straight from the popup! Firefox version: https://addons.mozilla.org/en-US/firefox/addon/mal-hoverinfo/ Source code: https://bitbucket.org/Rivenation/mal-hoverinfo/
Βασικές Πληροφορίες Επέκτασης
Όνομα | MAL HoverInfo |
ID | genfpdnjjiipamobbdidnilpfgejfpeo |
Επίσημο URL | https://chromewebstore.google.com/detail/mal-hoverinfo/genfpdnjjiipamobbdidnilpfgejfpeo |
Περιγραφή | Show a popup when hovering over MyAnimeList links displaying info about the anime with a button to add it to your Plan to Watch list |
Μέγεθος Αρχείου | 72.85 KB |
Αριθμός Εγκαταστάσεων | 654 |
Τρέχουσα Έκδοση | 2.6 |
Τελευταία Ενημέρωση | 2016-09-03 |
Ημερομηνία Δημοσίευσης | 2016-09-03 |
Αξιολόγηση | 4.38/5 Συνολικά 37 Αξιολογήσεις |
Προγραμματιστής | rivenation |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MAL HoverInfo", "description": "Show a popup when hovering over MyAnimeList links displaying info about the anime with a button to add it to your Plan to Watch list", "version": "2.6", "manifest_version": 2, "options_page": "html\/options.html", "background": { "scripts": [ "lib\/jquery-2.1.3.min.js", "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |