Splice Sounds Shortcuts

Adds helpful keyboard shortcuts for navigating through the Splice Sounds web interface

Splice Sounds Shortcuts là gì?

Splice Sounds Shortcuts là một tiện ích mở rộng Chrome được phát triển bởi benwigley, và tính năng chính của nó là "Adds helpful keyboard shortcuts for navigating through the Splice Sounds web interface".

Ả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 Splice Sounds Shortcuts

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

                        Speed up your sample selection by using handy shortcuts such as "shift + L" to like a sample, or "shift + D" to download a sample. Comes with documentation on all the shortcuts, just click the extension icon in the menu bar to view.

This has vastly sped up my sample selection process on Splice, I hope it can you out too.

Note: This is an unofficial third party extension created by me. It is completely free and doesn't not make money via ads or any other means. Enjoy!

P.S. Thanks to Björn-Eric Abrahamsson for helping me keep this extension up to date                    

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

Tên Splice Sounds Shortcuts Splice Sounds Shortcuts
ID gpodigoepmcbgcmimpabobkhifnjpile
URL Chính Thức https://chromewebstore.google.com/detail/splice-sounds-shortcuts/gpodigoepmcbgcmimpabobkhifnjpile
Mô tả Adds helpful keyboard shortcuts for navigating through the Splice Sounds web interface
Kích Thước Tệp 50.96 KB
Số Lần Cài Đặt 1,232
Phiên Bản Hiện Tại 0.1.6
Cập Nhật Lần Cuối 2021-03-08
Ngày Phát Hành 2019-08-08
Đánh Giá 3.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển benwigley
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "128": "icons\/128x128.png",
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png",
            "48": "icons\/48x48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Splice Sounds Shortcuts"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/splice.com\/sounds*",
                "*:\/\/*.splice.com\/sounds*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/128x128.png",
        "19": "icons\/19x19.png",
        "38": "icons\/38x38.png",
        "48": "icons\/48x48.png"
    },
    "description": "Adds helpful keyboard shortcuts for navigating through the Splice Sounds web interface",
    "manifest_version": 2,
    "name": "Splice Sounds Shortcuts",
    "version": "0.1.6"
}