PageRecorder

PageRecorder allows you to capture video of tab content and your interaction with it

Vad är PageRecorder?

PageRecorder är en Chrome-tillägg utvecklad av John Jablonski, och dess huvudfunktion är "PageRecorder allows you to capture video of tab content and your interaction with it".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner PageRecorder-förlängningens CRX-fil

Ladda ner PageRecorder-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

                        PageRecorder allows you to capture video of tab content and your interaction with it. It works without calls to any external services and uses only built in Chrome APIs. Generated video is in WebM format.                    

Grundläggande Information om Tillägg

Namn PageRecorder PageRecorder
ID dakkiophamaidagbmajedjpmkplgpkcb
Officiell webbadress https://chrome.google.com/webstore/detail/pagerecorder/dakkiophamaidagbmajedjpmkplgpkcb
Beskrivning PageRecorder allows you to capture video of tab content and your interaction with it
Filstorlek 20.62 KB
Antal Installationer 16
Aktuell Version 0.1.0
Senast Uppdaterad 2016-11-20
Publiceringsdatum 2016-11-20
Utvecklare John Jablonski
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PageRecorder",
    "version": "0.1.0",
    "description": "PageRecorder allows you to capture video of tab content and your interaction with it",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabCapture"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}