Floomby Screenshot & Video Recorder

Take screenshots and record screen videos with just two clicks. Capture entire web page or any part of it.

ما هو Floomby Screenshot & Video Recorder؟

Floomby Screenshot & Video Recorder هو إضافة Chrome تم تطويرها بواسطة https://floomby.com، والميزة الرئيسية لها هي "Take screenshots and record screen videos with just two clicks. Capture entire web page or any part of it.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Floomby Screenshot & Video Recorder

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

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

                        Take screenshots and record videos of the entire page or just part of it in 2 clicks. Record and share instantly!                    

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

الاسم Floomby Screenshot & Video Recorder Floomby Screenshot & Video Recorder
ID aohdeeffimbdkgjicbaianilbbcghkce
عنوان URL الرسمي https://chromewebstore.google.com/detail/floomby-screenshot-video/aohdeeffimbdkgjicbaianilbbcghkce
الوصف Take screenshots and record screen videos with just two clicks. Capture entire web page or any part of it.
حجم الملف 1.37 MB
عدد التثبيتات 549
النسخة الحالية 1.8.1
آخر تحديث 2023-05-28
تاريخ النشر 2017-11-30
تقييم 4.20/5 مجموع تقييمات 5
المطور https://floomby.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://floomby.com/
عنوان صفحة المساعدة https://floomby.com/contacts
عنوان صفحة سياسة الخصوصية https://floomby.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "short_name": "__MSG_title__",
    "manifest_version": 2,
    "minimum_chrome_version": "43",
    "version": "1.8.1",
    "default_locale": "en",
    "description": "__MSG_desc__",
    "icons": {
        "128": "images\/icons\/128x128.png",
        "16": "images\/icons\/16x16.png",
        "24": "images\/icons\/24x24.png",
        "32": "images\/icons\/32x32.png",
        "48": "images\/icons\/48x48.png"
    },
    "offline_enabled": true,
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "storage",
        "contextMenus",
        "tabCapture",
        "clipboardWrite",
        "https:\/\/www.google-analytics.com\/"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/16x16.png",
            "24": "images\/icons\/24x24.png",
            "32": "images\/icons\/32x32.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "incognito": "spanning",
    "web_accessible_resources": [
        "favicon.png",
        "fonts\/*",
        "images\/*",
        "css\/*",
        "js\/*",
        "template\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-4rgo6X4MohhYR0J0SH0dR7DGTgazwPhlpvvnycLbNCQ='; object-src 'self'"
}