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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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
}