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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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/
URL หน้าช่วยเหลือ https://floomby.com/contacts
URL หน้านโยบายความเป็นส่วนตัว 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'"
}