Sample
Sample and edit audio directly from your browser
Sample क्या है?
Sample Roman Paskin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sample and edit audio directly from your browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sample एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Sample is a in-browser sampler that makes recording web audio easy and fun Top features: * 44.1kHz sampling rate recording * Stereo or mono recording * A local file library that saves your recent recordings for future editing/ download * Up to 15 minutes of continuous recording time * Reverse playback * Export samples in WAV or MP3
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kpkcennohgffjdgaelocingbmkjnpjgc |
आधिकारिक URL | https://chromewebstore.google.com/detail/sample/kpkcennohgffjdgaelocingbmkjnpjgc |
विवरण | Sample and edit audio directly from your browser |
फ़ाइल का आकार | 1.29 MB |
स्थापना संख्या | 209,417 |
वर्तमान संस्करण | 2.1.0 |
अंतिम अपडेट | 2022-05-07 |
प्रकाशन तिथि | 2019-11-11 |
रेटिंग | 4.69/5 कुल 1241 रेटिंग्स |
डेवलपर | Roman Paskin |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sample", "version": "2.1.0", "default_locale": "en", "description": "Sample and edit audio directly from your browser", "icons": { "16": "icons\/16-light.png", "48": "icons\/48-light.png", "128": "icons\/128-light.png" }, "browser_action": { "default_icon": { "19": "icons\/19-light.png", "38": "icons\/38-light.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "tabCapture", "activeTab" ], "content_security_policy": "script-src 'self' ; object-src 'self'" } |