Last.FM Normalizer

Normalizes Top Artist rankings by time spent listening instead of total plays.

Last.FM Normalizer란 무엇입니까?

Last.FM Normalizer은(는) hogueapps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Normalizes Top Artist rankings by time spent listening instead of total plays."입니다.

확장 프로그램 스크린샷

screenshot

Last.FM Normalizer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Last.FM Normalizer Last.FM Normalizer
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
}