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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}