Floomby Screenshot & Video Recorder

Take screenshots and record screen videos with just two clicks. Capture entire web page or any part of it.

Qu'est-ce que Floomby Screenshot & Video Recorder ?

Floomby Screenshot & Video Recorder est une extension Chrome développée par https://floomby.com, et sa fonction principale est "Take screenshots and record screen videos with just two clicks. Capture entire web page or any part of it.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Floomby Screenshot & Video Recorder

Téléchargez les fichiers d'extension Floomby Screenshot & Video Recorder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Floomby Screenshot & Video Recorder Floomby Screenshot & Video Recorder
ID aohdeeffimbdkgjicbaianilbbcghkce
URL Officiel https://chromewebstore.google.com/detail/floomby-screenshot-video/aohdeeffimbdkgjicbaianilbbcghkce
Description Take screenshots and record screen videos with just two clicks. Capture entire web page or any part of it.
Taille du Fichier 1.37 MB
Nombre d'Installations 549
Version Actuelle 1.8.1
Dernière Mise à Jour 2023-05-28
Date de Publication 2017-11-30
Évaluation 4.20/5 Total 5 Évaluations
Développeur https://floomby.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://floomby.com/
URL de la Page d'Aide https://floomby.com/contacts
URL de la Page de Politique de Confidentialité https://floomby.com/privacy
Langues Prises en Charge 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'"
}