Genius Button

This extension opens a new tab with the Genius page for the song you're currently listening to.

Genius Button là gì?

Genius Button là một tiện ích mở rộng Chrome được phát triển bởi jollex5, và tính năng chính của nó là "This extension opens a new tab with the Genius page for the song you're currently listening to.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Genius Button 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

                        Click the button and it'll open a new tab with the Genius page for the song that was playing on the tab you were in.

Only YouTube and Soundcloud are currently supported.                    

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

Tên Genius Button Genius Button
ID lbglkmldocjomlnfomfdddbokglnlhng
URL Chính Thức https://chrome.google.com/webstore/detail/genius-button/lbglkmldocjomlnfomfdddbokglnlhng
Mô tả This extension opens a new tab with the Genius page for the song you're currently listening to.
Kích Thước Tệp 41.56 KB
Số Lần Cài Đặt 315
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-01-29
Ngày Phát Hành 2016-01-28
Đánh Giá 1.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển jollex5
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery-2.2.0.min.js",
            "src\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Genius Button"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}