Sample

Sample and edit audio directly from your browser

Sample là gì?

Sample là một tiện ích mở rộng Chrome được phát triển bởi Roman Paskin, và tính năng chính của nó là "Sample and edit audio directly from your browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sample

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

                        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                    

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

Tên Sample Sample
ID kpkcennohgffjdgaelocingbmkjnpjgc
URL Chính Thức https://chromewebstore.google.com/detail/sample/kpkcennohgffjdgaelocingbmkjnpjgc
Mô tả Sample and edit audio directly from your browser
Kích Thước Tệp 1.29 MB
Số Lần Cài Đặt 209,417
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2022-05-07
Ngày Phát Hành 2019-11-11
Đánh Giá 4.69/5 Tổng số 1241 Đánh Giá
Nhà Phát Triển Roman Paskin
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",
    "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'"
}