Screencast It

Select and record part of the page. No watermarks or limits.

ما هو Screencast It؟

Screencast It هو إضافة Chrome تم تطويرها بواسطة Kelly Young، والميزة الرئيسية لها هي "Select and record part of the page. No watermarks or limits.".

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

screenshot

تحميل ملف CRX للإضافة Screencast It

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

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

                        Screencast It allows you to record a video from a part of the screen. 

⭐ Record selected an area of the page
⭐ WEBM format
⭐ Take screenshot

This tool can’t stream from desktop or web camera. Also, if you navigate away from the page the recording will be stopped.                    

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

الاسم Screencast It Screencast It
ID gglgafelnlnflpbebjhlhhibdginlpia
عنوان URL الرسمي https://chrome.google.com/webstore/detail/screencast-it/gglgafelnlnflpbebjhlhhibdginlpia
الوصف Select and record part of the page. No watermarks or limits.
حجم الملف 897 KB
عدد التثبيتات 50,000
النسخة الحالية 1.4.78
آخر تحديث 2020-10-07
تاريخ النشر 2020-08-27
تقييم 4.75/5 مجموع تقييمات 12
المطور Kelly Young
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.notion.so/Privacy-Policy-Screencast-it-ce355dd8eaa34380934a6e9565922227
اللغات المدعومة id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "version": "1.4.78",
    "name": "__MSG_name__",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "default_locale": "en",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/*.google-analytics.com https:\/\/*.googleapis.com; object-src 'self'",
    "permissions": [
        "tabs",
        "",
        "downloads"
    ],
    "web_accessible_resources": [
        "videodisplay.html",
        "*.png"
    ],
    "manifest_version": 2
}