DI Remote

Plays and stops Digitially Imported music player running in a tab

DI Remote là gì?

DI Remote là một tiện ích mở rộng Chrome được phát triển bởi David Laurell, và tính năng chính của nó là "Plays and stops Digitially Imported music player running in a tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng DI Remote

Tải xuống các tệp mở rộng DI Remote dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DI Remote DI Remote
ID gilkmoiggpejjinifplmidnhlmibgohd
URL Chính Thức https://chrome.google.com/webstore/detail/di-remote/gilkmoiggpejjinifplmidnhlmibgohd
Mô tả Plays and stops Digitially Imported music player running in a tab
Kích Thước Tệp 15.68 KB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2015-02-01
Ngày Phát Hành 2015-02-01
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển David Laurell
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}