Batterii Web Clipper

The Batterii Web Clipper allows members of a Batterii community to capture content from the web and send it back to Batterii walls.

O que é Batterii Web Clipper?

Batterii Web Clipper é uma extensão do Chrome desenvolvida por https://batterii.com, e sua principal característica é "The Batterii Web Clipper allows members of a Batterii community to capture content from the web and send it back to Batterii walls.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Batterii Web Clipper

Baixe arquivos de extensão Batterii Web Clipper 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

                        The Batterii Web Clipper allows members of a Batterii community to capture links, screenshots, images, and notes from the web and send them back to Batterii walls. Use of this extension requires membership in a Batterii community. For more information about Batterii, visit http://www.batterii.com                    

Informações Básicas da Extensão

Nome Batterii Web Clipper Batterii Web Clipper
ID hllmakklhknnbfapngmlcbkfbdbbkddh
URL Oficial https://chromewebstore.google.com/detail/batterii-web-clipper/hllmakklhknnbfapngmlcbkfbdbbkddh
Descrição The Batterii Web Clipper allows members of a Batterii community to capture content from the web and send it back to Batterii walls.
Tamanho do Arquivo 177 KB
Contagem de Instalações 272
Versão Atual 1.2.2
Última Atualização 2017-05-19
Data de Publicação 2017-05-19
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://batterii.com
Tipo de Pagamento free
Site da Extensão http://www.batterii.com
URL da Página de Ajuda http://support.batterii.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Batterii, LLC",
    "background": {
        "scripts": [
            "libs\/jquery.min.js",
            "js\/background.js",
            "js\/background-common.js",
            "js\/image-utils.js",
            "js\/batterii.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/icon-48.png"
    },
    "content_scripts": [
        {
            "js": [
                "libs\/jquery.min.js",
                "js\/logger.js",
                "js\/content-styles.js",
                "js\/browser.js",
                "js\/image-utils.js",
                "js\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false
        }
    ],
    "description": "The Batterii Web Clipper allows members of a Batterii community to capture content from the web and send it back to Batterii walls.",
    "homepage_url": "http:\/\/www.batterii.com",
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "16": "images\/icon-16.png"
    },
    "manifest_version": 2,
    "name": "Batterii Web Clipper",
    "permissions": [
        "activeTab",
        "",
        "contextMenus",
        "http:\/\/localhost:4200\/",
        "http:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "short_name": "BatteriiClip",
    "web_accessible_resources": [
        "html\/popup.html",
        "html\/outer-iframe.html",
        "html\/update.html",
        "images\/close-16.png",
        "images\/send-16.png",
        "images\/spinner-16-darkbg.gif"
    ],
    "offline_enabled": false,
    "version": "1.2.2"
}