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 là gì?

Floomby Screenshot & Video Recorder là một tiện ích mở rộng Chrome được phát triển bởi https://floomby.com, và tính năng chính của nó là "Take screenshots and record screen videos with just two clicks. Capture entire web page or any part of it.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Floomby Screenshot & Video Recorder

Tải xuống các tệp mở rộng Floomby Screenshot & Video Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Floomby Screenshot & Video Recorder Floomby Screenshot & Video Recorder
ID aohdeeffimbdkgjicbaianilbbcghkce
URL Chính Thức https://chromewebstore.google.com/detail/floomby-screenshot-video/aohdeeffimbdkgjicbaianilbbcghkce
Mô tả Take screenshots and record screen videos with just two clicks. Capture entire web page or any part of it.
Kích Thước Tệp 1.37 MB
Số Lần Cài Đặt 549
Phiên Bản Hiện Tại 1.8.1
Cập Nhật Lần Cuối 2023-05-28
Ngày Phát Hành 2017-11-30
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://floomby.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://floomby.com/
URL Trang Trợ Giúp https://floomby.com/contacts
URL Trang Chính Sách Bảo Mật https://floomby.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
}