Offsided - Keeper

Screen capture your page and share it with friends

Cos'è Offsided - Keeper?

Offsided - Keeper è un'estensione di Chrome sviluppata da http://www.fitbamob.com, e la sua funzione principale è "Screen capture your page and share it with friends".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Offsided - Keeper

Scarica i file di estensione Offsided - Keeper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Easy screen recording with Fitbamob Keeper.

This tool allows you to record and share your screen with friends. All recorded videos are hosted on fitbamob.com for easy sharing. Just send a link or publish it on Reddit/Twitter/Facebook.

Features available:

* Screen recording (no audio)
* Selecting first and last frame
* Cropping video area
* Hosting video file online on fitbamob.com
* Share on social media.

**Update 1.1.0**
* Add preview option
* Bug fixes.                    

Informazioni di Base sull'Estensione

Nome Offsided - Keeper Offsided - Keeper
ID mmfdoaieedekahebigodbflpapoggbkd
URL Ufficiale https://chrome.google.com/webstore/detail/offsided-keeper/mmfdoaieedekahebigodbflpapoggbkd
Descrizione Screen capture your page and share it with friends
Dimensione del File 2.74 MB
Conteggio Installazioni 13
Versione Corrente 1.2.0
Ultimo Aggiornamento 2015-04-14
Data di Pubblicazione 2015-04-14
Valutazione 4.43/5 Totale 7 Valutazioni
Sviluppatore http://www.fitbamob.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Offsided - Keeper",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Screen capture your page and share it with friends",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "background",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "activeTab",
        "desktopCapture",
        "tabCapture"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}