Spotipedia for Chrome

Use Spotify to listen to songs by a musician or band directly from their Wikipedia page

Spotipedia for Chromeคืออะไร?

Spotipedia for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chingweichen และคุณลักษณะหลักของมันคือ "Use Spotify to listen to songs by a musician or band directly from their Wikipedia page"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spotipedia for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย Spotipedia for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension takes the name of the musician or band you are reading about on Wikipedia, and loads a Spotify music player with songs by that artist so you can listen to their music for free, right in the browser! Just click on the Spotipedia button when you are on a musician, band or singer's page on Wikipedia.org.

Millions of people use Wikipedia to learn about their favorite artists, and many use it to explore and discover other related artists in the world of music. Now, with Spotipedia for Chrome, you can actually LISTEN to the music of the artist you are reading about!

* You'll need the Spotify desktop app (FREE) to listen to the music. This can be downloaded by clicking on the Spotify link in the popup window. Spotify may not be available in all countries.

Updates
------------
v1.1.3 (Mar 20, 2015): Updated to new Spotify API

v1.1.2 (Sept 29, 2012): Increased playlist to 20 tracks

v1.1.1 (Sept 20, 2012): Added progress indicator when loading Spotify data. Also, now shows a Wikipedia search box when activated from a non-Wikipedia page.                    

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

ชื่อ Spotipedia for Chrome Spotipedia for Chrome
ID hgfjkidofjemkpgfggfpebolkbhagmbf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/spotipedia-for-chrome/hgfjkidofjemkpgfggfpebolkbhagmbf
คำอธิบาย Use Spotify to listen to songs by a musician or band directly from their Wikipedia page
ขนาดไฟล์ 99.81 KB
จำนวนการติดตั้ง 170
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2015-03-20
วันที่เผยแพร่ 2015-03-20
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา chingweichen
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.facebook.com/pages/Spotipedia/382108901861180
URL หน้าช่วยเหลือ http://www.facebook.com/pages/Spotipedia/382108901861180
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spotipedia for Chrome",
    "version": "1.1.3",
    "manifest_version": 2,
    "description": "Use Spotify to listen to songs by a musician or band directly from their Wikipedia page",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.wikipedia.org\/*",
                "https:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}