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
Eメール [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'"
}