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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
도움말 페이지 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'"
}