Ultimate Guitar

Get chords and tabs

Ultimate Guitar là gì?

Ultimate Guitar là một tiện ích mở rộng Chrome được phát triển bởi Mohit Jain, và tính năng chính của nó là "Get chords and tabs".

Ả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 Ultimate Guitar

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

                        One click access to guitar chords and tabs from ultimateguitar.com. Context menu option to search for chords and tabs directly from text selection on your favorite music website.                    

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

Tên Ultimate Guitar Ultimate Guitar
ID dkehcppjgpmfcnkolmmjolfilniiklii
URL Chính Thức https://chrome.google.com/webstore/detail/ultimate-guitar/dkehcppjgpmfcnkolmmjolfilniiklii
Mô tả Get chords and tabs
Kích Thước Tệp 43.23 KB
Số Lần Cài Đặt 367
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-09-25
Ngày Phát Hành 2020-09-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Mohit Jain
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mjain123/ultimate-guitar
URL Trang Trợ Giúp https://github.com/mjain123/ultimate-guitar
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ultimate Guitar",
    "version": "1.0.1",
    "description": "Get chords and tabs",
    "icons": {
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png",
        "32": "icons\/icon32.png",
        "16": "icons\/icon16.png"
    },
    "background": {
        "scripts": [
            "jquery-3.5.1.min.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus"
    ]
}