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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}