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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Batterii Web Clipper allows members of a Batterii community to capture content from the web and send it back to Batterii walls."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Batterii Web Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}