DI Remote

Plays and stops Digitially Imported music player running in a tab

DI Remoteคืออะไร?

DI Remote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Laurell และคุณลักษณะหลักของมันคือ "Plays and stops Digitially Imported music player running in a tab"

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

screenshot

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

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

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

                        Have multiple tabs open and don't want to search for the tab with Digitally Imported in it? Then this will let you quickly play and stop the music by an easy to reach button from everywhere!                    

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

ชื่อ DI Remote DI Remote
ID gilkmoiggpejjinifplmidnhlmibgohd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/di-remote/gilkmoiggpejjinifplmidnhlmibgohd
คำอธิบาย Plays and stops Digitially Imported music player running in a tab
ขนาดไฟล์ 15.68 KB
จำนวนการติดตั้ง 71
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2015-02-01
วันที่เผยแพร่ 2015-02-01
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา David Laurell
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DI Remote",
    "version": "0.1.1",
    "description": "Plays and stops Digitially Imported music player running in a tab",
    "icons": {
        "48": "play48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "play19.png",
        "default_title": "Start\/Stop Digitally Imported"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.di.fm\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/www.di.fm\/*",
        "tabs"
    ]
}