Web Cam - Record Video or Image

Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…

Vad är Web Cam - Record Video or Image?

Web Cam - Record Video or Image är en Chrome-tillägg utvecklad av ClearApps, och dess huvudfunktion är "Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…".

Tilläggsskärmbilder

screenshot

Ladda ner Web Cam - Record Video or Image-förlängningens CRX-fil

Ladda ner Web Cam - Record Video or Image-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Capture any website with interactions as video or Image.

Capture video played in any website like youtube as a video.
Record any step by step process in a website as a video or set of images.
Screen shot of any website as image.

For any bug or enhancement request please write to me at [email protected]                    

Grundläggande Information om Tillägg

Namn Web Cam - Record Video or Image Web Cam - Record Video or Image
ID hjpdibahpcalhlgndellckjenjakalbo
Officiell webbadress https://chromewebstore.google.com/detail/web-cam-record-video-or-i/hjpdibahpcalhlgndellckjenjakalbo
Beskrivning Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…
Filstorlek 1.05 MB
Antal Installationer 5,465
Aktuell Version 1.4
Senast Uppdaterad 2016-12-18
Publiceringsdatum 2016-12-18
Betyg 3.39/5 Totalt 51 Betyg
Utvecklare ClearApps
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Cam - Record Video or Image",
    "version": "1.4",
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Capture any website or your actions in a website as video or Images"
    }
}