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