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.

什么是Batterii Web Clipper?

Batterii Web Clipper是由https://batterii.com开发的Chrome扩展程序,该扩展的主要功能是“The Batterii Web Clipper allows members of a Batterii community to capture content from the web and send it back to Batterii walls.”。

扩展截图

screenshot

下载Batterii Web Clipper扩展crx文件

下载Batterii Web Clipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Batterii Web Clipper Batterii Web Clipper
ID hllmakklhknnbfapngmlcbkfbdbbkddh
官方URL https://chromewebstore.google.com/detail/batterii-web-clipper/hllmakklhknnbfapngmlcbkfbdbbkddh
简介 The Batterii Web Clipper allows members of a Batterii community to capture content from the web and send it back to Batterii walls.
文件大小 177 KB
安装次数 272
当前版本 1.2.2
更新时间 2017-05-19
上架时间 2017-05-19
评分 5.00/5 共3次评分
开发者 https://batterii.com
付费类型 free
扩展官网 http://www.batterii.com
帮助页面URL http://support.batterii.com
支持的语言 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"
}