PageRecorder

PageRecorder allows you to capture video of tab content and your interaction with it

ما هو PageRecorder؟

PageRecorder هو إضافة Chrome تم تطويرها بواسطة John Jablonski، والميزة الرئيسية لها هي "PageRecorder allows you to capture video of tab content and your interaction with it".

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

screenshot
screenshot

تحميل ملف CRX للإضافة PageRecorder

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

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

                        PageRecorder allows you to capture video of tab content and your interaction with it. It works without calls to any external services and uses only built in Chrome APIs. Generated video is in WebM format.                    

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

الاسم PageRecorder PageRecorder
ID dakkiophamaidagbmajedjpmkplgpkcb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pagerecorder/dakkiophamaidagbmajedjpmkplgpkcb
الوصف PageRecorder allows you to capture video of tab content and your interaction with it
حجم الملف 20.62 KB
عدد التثبيتات 16
النسخة الحالية 0.1.0
آخر تحديث 2016-11-20
تاريخ النشر 2016-11-20
المطور John Jablonski
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PageRecorder",
    "version": "0.1.0",
    "description": "PageRecorder allows you to capture video of tab content and your interaction with it",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabCapture"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}