Ukulele Chords
Ukulele Chords for AmDm.ru
Ukulele Chords là gì?
Ukulele Chords là một tiện ích mở rộng Chrome được phát triển bởi bntr, và tính năng chính của nó là "Ukulele Chords for AmDm.ru".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ukulele Chords
Tải xuống các tệp mở rộng Ukulele Chords 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
AmDm.ru still has no native Ukulele support. This extensions adds an instrument selection (Guitar or Ukulele) to AmDm.ru's Chords panel. Source: https://bitbucket.org/bntr/chrome-ukulele
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | imgaepblpgboiohaljfedaikllapdoge |
URL Chính Thức | https://chromewebstore.google.com/detail/ukulele-chords/imgaepblpgboiohaljfedaikllapdoge |
Mô tả | Ukulele Chords for AmDm.ru |
Kích Thước Tệp | 149 KB |
Số Lần Cài Đặt | 104 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2018-11-11 |
Ngày Phát Hành | 2018-11-10 |
Nhà Phát Triển | bntr |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://bitbucket.org/bntr/chrome-ukulele |
Ngôn Ngữ Được Hỗ Trợ | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ukulele Chords", "version": "0.1", "description": "Ukulele Chords for AmDm.ru", "content_scripts": [ { "matches": [ "https:\/\/amdm.ru\/akkordi\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "storage" ], "web_accessible_resources": [ "chords\/*.png" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |