Splice Sounds Shortcuts
Adds helpful keyboard shortcuts for navigating through the Splice Sounds web interface
Splice Sounds Shortcuts क्या है?
Splice Sounds Shortcuts benwigley द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds helpful keyboard shortcuts for navigating through the Splice Sounds web interface"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Splice Sounds Shortcuts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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" } |