Offsided - Keeper

Screen capture your page and share it with friends

O que é Offsided - Keeper?

Offsided - Keeper é uma extensão do Chrome desenvolvida por http://www.fitbamob.com, e sua principal característica é "Screen capture your page and share it with friends".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Offsided - Keeper

Baixe arquivos de extensão Offsided - Keeper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Offsided - Keeper Offsided - Keeper
ID mmfdoaieedekahebigodbflpapoggbkd
URL Oficial https://chrome.google.com/webstore/detail/offsided-keeper/mmfdoaieedekahebigodbflpapoggbkd
Descrição Screen capture your page and share it with friends
Tamanho do Arquivo 2.74 MB
Contagem de Instalações 13
Versão Atual 1.2.0
Última Atualização 2015-04-14
Data de Publicação 2015-04-14
Classificação 4.43/5 Total de 7 Avaliações
Desenvolvedor http://www.fitbamob.com
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}