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.
Was ist Batterii Web Clipper?
Batterii Web Clipper ist eine Chrome-Erweiterung, die von https://batterii.com entwickelt wurde, und ihr Hauptmerkmal ist "The Batterii Web Clipper allows members of a Batterii community to capture content from the web and send it back to Batterii walls.".
Erweiterungsscreenshots
Batterii Web Clipper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Batterii Web Clipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Batterii Web Clipper |
ID | hllmakklhknnbfapngmlcbkfbdbbkddh |
Offizielle URL | https://chromewebstore.google.com/detail/batterii-web-clipper/hllmakklhknnbfapngmlcbkfbdbbkddh |
Beschreibung | The Batterii Web Clipper allows members of a Batterii community to capture content from the web and send it back to Batterii walls. |
Dateigröße | 177 KB |
Installationsanzahl | 272 |
Aktuelle Version | 1.2.2 |
Letztes Update | 2017-05-19 |
Veröffentlichungsdatum | 2017-05-19 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://batterii.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.batterii.com |
Hilfeseite URL | http://support.batterii.com |
Unterstützte Sprachen | 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", " |