Splice Sounds Shortcuts
Adds helpful keyboard shortcuts for navigating through the Splice Sounds web interface
什麼是Splice Sounds Shortcuts?
Splice Sounds Shortcuts是由benwigley開發的Chrome擴展程式,該擴展的主要功能是“Adds helpful keyboard shortcuts for navigating through the Splice Sounds web interface”。
擴展截圖
下載Splice Sounds Shortcuts擴展crx文件
下載Splice Sounds Shortcuts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | gpodigoepmcbgcmimpabobkhifnjpile |
官方網址 | https://chromewebstore.google.com/detail/splice-sounds-shortcuts/gpodigoepmcbgcmimpabobkhifnjpile |
簡介 | Adds helpful keyboard shortcuts for navigating through the Splice Sounds web interface |
檔案大小 | 50.96 KB |
安裝次數 | 1,232 |
目前版本 | 0.1.6 |
更新時間 | 2021-03-08 |
上架時間 | 2019-08-08 |
評分 | 3.44/5 共 9 次評分 |
開發者 | benwigley |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } |