Extendify

Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.

Extendifyคืออะไร?

Extendify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://jmperezperez.com และคุณลักษณะหลักของมันคือ "Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                                            

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

ชื่อ Extendify Extendify
ID jjajfginmjgdpblfanoimdanifdmcokd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/extendify/jjajfginmjgdpblfanoimdanifdmcokd
คำอธิบาย Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.
ขนาดไฟล์ 291 KB
จำนวนการติดตั้ง 149
เวอร์ชันปัจจุบัน 0.3.0
อัปเดตครั้งล่าสุด 2018-12-01
วันที่เผยแพร่ 2018-12-01
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://jmperezperez.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/JMPerez/extendify
URL หน้าช่วยเหลือ https://github.com/JMPerez/extendify
ภาษาที่รองรับ en,ca,es,it,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "Extendify",
    "default_locale": "en",
    "version": "0.3.0",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/search.js",
                "js\/lib.js",
                "js\/providers\/allmusic.js",
                "js\/providers\/amazon.js",
                "js\/providers\/ebay.js",
                "js\/providers\/gmail.js",
                "js\/providers\/google.js",
                "js\/providers\/piratebay.js",
                "js\/providers\/wikipedia.js",
                "js\/providers\/youtube.js",
                "js\/background.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}