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.
Cos'è Batterii Web Clipper?
Batterii Web Clipper è un'estensione di Chrome sviluppata da https://batterii.com, e la sua funzione principale è "The Batterii Web Clipper allows members of a Batterii community to capture content from the web and send it back to Batterii walls.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Batterii Web Clipper
Scarica i file di estensione Batterii Web Clipper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | hllmakklhknnbfapngmlcbkfbdbbkddh |
| URL Ufficiale | https://chromewebstore.google.com/detail/batterii-web-clipper/hllmakklhknnbfapngmlcbkfbdbbkddh |
| Descrizione | The Batterii Web Clipper allows members of a Batterii community to capture content from the web and send it back to Batterii walls. |
| Dimensione del File | 177 KB |
| Conteggio Installazioni | 272 |
| Versione Corrente | 1.2.2 |
| Ultimo Aggiornamento | 2017-05-19 |
| Data di Pubblicazione | 2017-05-19 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | https://batterii.com |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.batterii.com |
| URL della Pagina di Aiuto | http://support.batterii.com |
| Lingue Supportate | 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",
" | |