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.
Wat is Batterii Web Clipper?
Batterii Web Clipper is een Chrome-extensie ontwikkeld door https://batterii.com, en de belangrijkste functie is "The Batterii Web Clipper allows members of a Batterii community to capture content from the web and send it back to Batterii walls.".
Extensie Screenshots
Download het CRX-bestand van de extensie Batterii Web Clipper
Download Batterii Web Clipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | hllmakklhknnbfapngmlcbkfbdbbkddh |
| Officiële URL | https://chromewebstore.google.com/detail/batterii-web-clipper/hllmakklhknnbfapngmlcbkfbdbbkddh |
| Beschrijving | The Batterii Web Clipper allows members of a Batterii community to capture content from the web and send it back to Batterii walls. |
| Bestandsgrootte | 177 KB |
| Aantal Installaties | 272 |
| Huidige Versie | 1.2.2 |
| Laatst Bijgewerkt | 2017-05-19 |
| Publicatiedatum | 2017-05-19 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://batterii.com |
| Betalingswijze | free |
| Extensiewebsite | http://www.batterii.com |
| Help Pagina-URL | http://support.batterii.com |
| Ondersteunde Talen | 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",
" | |