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是由https://floomby.com开发的Chrome扩展程序,该扩展的主要功能是“Take screenshots and record screen videos with just two clicks. Capture entire web page or any part of it.”。

扩展截图

screenshot
screenshot
screenshot

下载Floomby Screenshot & Video Recorder扩展crx文件

下载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'"
}