vasai - free screen recorder

vasai - screen recorder for web developers

Co je vasai - free screen recorder?

vasai - free screen recorder je rozšíření Chrome vyvinuté https://vasai.app, a jeho hlavní funkcí je „vasai - screen recorder for web developers“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření vasai - free screen recorder

Stáhněte si soubory rozšíření vasai - free screen recorder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Vasai solves the problem of wanting to quickly and beautifully share a Chrome tab.

No more installing screen recording that does too much. Vasai's only job is capture what's on your screen as fast as possible.

FEATURES

- No signup/sign-in required
- Free to use
- Unlimited time limit on recordings
- No expiry on shareable links
- Beautifully displays your recording
- 2 clicks away from getting a shareable link of your screen recording                    

Základní Informace o Rozšíření

Název vasai - free screen recorder vasai - free screen recorder
ID ppbdhdggkcfgcghiaimfknmfemkegleo
Oficiální URL https://chromewebstore.google.com/detail/vasai-free-screen-recorde/ppbdhdggkcfgcghiaimfknmfemkegleo
Popis vasai - screen recorder for web developers
Velikost souboru 195 KB
Počet instalací 281
Aktuální Verze 0.0.6
Poslední Aktualizace 2021-07-17
Datum Vydání 2020-10-01
Hodnocení 4.20/5 Celkem 5 Hodnocení
Vývojář https://vasai.app
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://vasai.app
URL Stránky Zásad Ochrany Soukromí https://vasai.app/privacy
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "vasai - free screen recorder",
    "short_name": "vasai",
    "author": "Sam Barrowclough",
    "version": "0.0.6",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "description": "vasai - screen recorder for web developers",
    "homepage_url": "https:\/\/vasai.app",
    "background": {
        "scripts": [
            "background\/background.common.js",
            "background\/background.js",
            "background\/background.tabCapture.js",
            "background\/background.badgeText.js",
            "background\/background.messaging.js",
            "background\/background.players.js",
            "background\/background.key.js",
            "RecordRTC\/MediaStreamRecorder.js",
            "RecordRTC\/MultiStreamRecorder.js",
            "RecordRTC\/MultiStreamsMixer.js",
            "RecordRTC\/StereoAudioRecorder.js",
            "RecordRTC\/DiskStorage.js",
            "RecordRTC\/EBML.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background\/background.contentScript.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_title": "vasai - screen recorder for web developers",
        "default_popup": "dropdown.html"
    },
    "icons": {
        "16": "images\/logo.png",
        "22": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "tabCapture",
        "https:\/\/vasai.app\/detect",
        "https:\/\/vasai.app\/share"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/logo.png"
    ],
    "commands": {
        "toggle-feature": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+Shift+S"
            },
            "description": "Send a 'toggle-feature' event to the extension"
        }
    }
}