Last.FM Normalizer
Normalizes Top Artist rankings by time spent listening instead of total plays.
Τι είναι το Last.FM Normalizer;
Το Last.FM Normalizer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hogueapps, και η κύρια λειτουργία του είναι "Normalizes Top Artist rankings by time spent listening instead of total plays.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Last.FM Normalizer
Λήψη αρχείων επέκτασης Last.FM Normalizer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Edits Last.FM Profiles to contain a normalized artist chart. This means that the charts are created based off of the time the artists were listened to, not total play counts. - Edits Last.FM profiles on the website to include the "normalized" table. - Sorts your top artists by how long they have been listened to -- not by playcount. - You can choose a timeframe (ex: last 7 days, last month, last 3 months, overall) and page through the results. - Caches results browser-side in local storage, as to not make unnecessary requests. - For example, the 7 day data is "cached" for one hour. If the data is older than that, it will throw it away and request new data.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | fgcgjpnojhfpkanpfichggjfboomocnd |
Επίσημο URL | https://chrome.google.com/webstore/detail/lastfm-normalizer/fgcgjpnojhfpkanpfichggjfboomocnd |
Περιγραφή | Normalizes Top Artist rankings by time spent listening instead of total plays. |
Μέγεθος Αρχείου | 23.95 KB |
Αριθμός Εγκαταστάσεων | 271 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2015-01-12 |
Ημερομηνία Δημοσίευσης | 2015-01-12 |
Αξιολόγηση | 2.92/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | hogueapps |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://github.com/mikehogue/lastfmnormalizer |
Διεύθυνση URL της Σελίδας Βοήθειας | http://github.com/mikehogue/lastfmnormalizer |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Last.FM Normalizer", "description": "Normalizes Top Artist rankings by time spent listening instead of total plays.", "version": "1.0.3", "permissions": [ "activeTab", "webRequest", "*:\/\/*.last.fm\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "web_accessible_resources": [ "arrow_left.png" ], "manifest_version": 2 } |