Simple Dictaphone

Capture Quick Audio Notes with Ease, Right in Your Browser!

Simple Dictaphoneคืออะไร?

Simple Dictaphone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://simple-dictaphone.com และคุณลักษณะหลักของมันคือ "Capture Quick Audio Notes with Ease, Right in Your Browser!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Dictaphone

ดาวน์โหลดไฟล์ส่วนขยาย Simple Dictaphone ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Simple Dictaphone is your essential browser companion for lightning-fast audio note-taking. Whether you're brainstorming ideas, jotting down reminders, or preserving moments of inspiration, our extension empowers you to effortlessly record and save short audio snippets.

🎙️ Record in a Flash: Click, speak, and save – all within your browser! Our intuitive interface ensures that capturing audio notes is as seamless as it gets.

📁 Your Choice of Storage: Start by saving audio notes right on your computer – the initial default. But, the real power lies in the ability to connect Simple Dictaphone to Google Drive and Dropbox, enabling secure backups and convenient access from anywhere.

🎨 Personal Touch: Simple Dictaphone lives up to its name by offering essential yet customizable settings, tailoring your experience without overwhelming complexity.

Whether you're a student, professional, or anyone seeking quick and efficient note-taking, Simple Dictaphone is here to elevate your productivity. Install now to experience the simplicity and power of capturing audio notes right where you work.

Happy recording!
Your simple-dictaphone.com team                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Simple Dictaphone Simple Dictaphone
ID fecdgpjglajbmlpmhmfpicmhbcgddhji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-dictaphone/fecdgpjglajbmlpmhmfpicmhbcgddhji
คำอธิบาย Capture Quick Audio Notes with Ease, Right in Your Browser!
ขนาดไฟล์ 290 KB
จำนวนการติดตั้ง 51
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-09-05
วันที่เผยแพร่ 2023-08-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://simple-dictaphone.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://simple-dictaphone.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Dictaphone",
    "short_name": "S.Dictaphone",
    "description": "Capture Quick Audio Notes with Ease, Right in Your Browser!",
    "version": "1.0.1",
    "manifest_version": 3,
    "minimum_chrome_version": "114",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1vKBWI7GsvuN741EX2wpFlamiG4\/sEGSoCJqeU8JWbBn2O8oKh3BIsIdbewrxCQ4Wv83ZOl7X10GSdE0ObrmESW+BS1TU04z6XbaI7ywnXV9SXXimaScQnyCkz0pf9LOamxIj3RhX\/jXYdhFEx2iyUP61TOIoSxXcL+yX9XZVQVIKuOT0y+RtldORApXAaB4LXLfaXMxcJ4PQzXXzaGveB0Dzyx5uwczFiJbypB6mXty+u2ZEFkOBfAsHpDFncvJM1DW2I35XvCyK1u6\/uPAhfxFHqsLTqGE3o1dTktpPOHyZIpqBcx0HfSywVDSpubOOch2oj\/OdCxTTzmPXEhOoQIDAQAB",
    "oauth2": {
        "client_id": "890648496083-rsea9mpsdp2el6uc5175gpscl2nd5o43.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self' 'unsafe-inline'; style-src 'unsafe-inline'; connect-src 'self' https:\/\/www.googleapis.com\/ https:\/\/api.dropbox.com\/ https:\/\/content.dropboxapi.com\/; script-src 'self' 'wasm-unsafe-eval'; worker-src 'self' 'wasm-unsafe-eval'; img-src 'self' data:;"
    },
    "permissions": [
        "storage",
        "downloads",
        "identity",
        "notifications",
        "sidePanel"
    ],
    "options_page": "views\/options.html",
    "side_panel": {
        "default_path": "views\/recorder.html"
    },
    "action": {
        "default_title": "Simple Dictaphone\n\ud83c\udf99 Take audio note"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+K",
                "mac": "Alt+Shift+K",
                "chromeos": "Alt+Shift+K",
                "linux": "Alt+Shift+K"
            }
        }
    }
}