Screen Recorder and Screenshot Tool

Screen capture and screen recorder tool to record screen. Get more out of your screen captures! Take screenshots for free.

ما هو Screen Recorder and Screenshot Tool؟

Screen Recorder and Screenshot Tool هو إضافة Chrome تم تطويرها بواسطة Screenshot Tool، والميزة الرئيسية لها هي "Screen capture and screen recorder tool to record screen. Get more out of your screen captures! Take screenshots for free.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Screen Recorder and Screenshot Tool

قم بتنزيل ملفات الامتداد Screen Recorder and Screenshot Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Introducing the Ultimate Screen Capture and Screen Recording Extension for Chrome!

Are you tired of the limited screenshot and screen recording capabilities of your browser? Look no further! Our Chrome browser extension is here to revolutionize your online experience. With an array of powerful features designed to cater to all your screen capture and recording needs, this simple yet versatile extension is completely free, giving you the tools you need without breaking the bank.

📷  Capture Your Screen

✔  Whole Page 
Say goodbye to tedious scrolling and stitching! Our extension allows you to capture entire web pages in a single, seamless screenshot. Whether it's a lengthy article, a captivating webpage, or an extensive document, you can capture it all with ease.

✔  Visible Area 
Sometimes, you don't need the whole page. Our extension lets you snap a screenshot of just the visible area on your screen, saving you time and ensuring you get exactly what you need.

✔  Selected Area 
Precision matters. Select and capturing a specific area of your screen, is perfect for highlighting important information or showcasing a particular part of a webpage.

🎥  Record Your Screen Like a Pro

✔  Desktop
Bring your screen to life! Record your entire desktop to create comprehensive tutorials, presentations, or demonstrations.

✔  Current Tab
Focus on what matters most! Capture only the content within the current browser tab. Ideal for recording webinars, video conferences, or gameplay without distractions.

✔  Record Yourself 
Personalize your content! With the option to record yourself via your device's camera, you can add a personal touch to your screen recordings. Perfect for vlogs, video messages, or commentary.

Our extension is not only feature-rich but also incredibly user-friendly. You'll be capturing screenshots and recording your screen like a pro in no time. Best of all, it's completely free, so there are no hidden costs or subscriptions to worry about.

Whether you're a student, a professional, or just someone who loves to share content online, our Chrome browser extension is your go-to tool for all your screen capture and screen recording needs. Elevate your online presence, streamline your workflow, and unlock new possibilities today!

Download our Chrome browser extension now and experience the future of screen capturing and recording, right at your fingertips. Capture, create, and share with ease!                    

معلومات أساسية عن التمديد

الاسم Screen Recorder and Screenshot Tool Screen Recorder and Screenshot Tool
ID imopknpgdihifjkjpmjaagcagkefddnb
عنوان URL الرسمي https://chromewebstore.google.com/detail/screen-recorder-and-scree/imopknpgdihifjkjpmjaagcagkefddnb
الوصف Screen capture and screen recorder tool to record screen. Get more out of your screen captures! Take screenshots for free.
حجم الملف 1.13 MB
عدد التثبيتات 1,418,247
النسخة الحالية 1.4
آخر تحديث 2023-09-20
تاريخ النشر 2021-02-27
تقييم 4.63/5 مجموع تقييمات 776
المطور Screenshot Tool
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://scrncapture.com/privacy
اللغات المدعومة ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "short_name": "__MSG_name__",
    "manifest_version": 3,
    "default_locale": "en",
    "version": "1.4",
    "action": {
        "default_icon": {
            "128": "icons\/icon-128_x_128.png",
            "64": "icons\/icon-64_x_64.png",
            "32": "icons\/icon-32_x_32.png",
            "16": "icons\/icon-16_x_16.png"
        },
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/icon-128_x_128.png",
        "64": "icons\/icon-64_x_64.png",
        "32": "icons\/icon-32_x_32.png",
        "16": "icons\/icon-16_x_16.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/libs\/jquery.min.js",
                ".\/libs\/jquery.Jcrop.min.js",
                ".\/js\/content.js"
            ],
            "css": [
                ".\/libs\/jquery.Jcrop.min.css",
                ".\/css\/content.css"
            ],
            "all_frames": false
        }
    ],
    "permissions": [
        "downloads",
        "storage",
        "unlimitedStorage",
        "tabCapture",
        "desktopCapture",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "whole": {
            "suggested_key": {
                "default": "Alt+E",
                "mac": "Command+E"
            },
            "description": "Capture whole page"
        },
        "visible": {
            "suggested_key": {
                "default": "Alt+J",
                "mac": "Command+J"
            },
            "description": "Capture visible area"
        },
        "selected": {
            "suggested_key": {
                "default": "Alt+K",
                "mac": "Command+K"
            },
            "description": "Capture selected area"
        }
    }
}