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.
Vad är Batterii Web Clipper?
Batterii Web Clipper är en Chrome-tillägg utvecklad av https://batterii.com, och dess huvudfunktion är "The Batterii Web Clipper allows members of a Batterii community to capture content from the web and send it back to Batterii walls.".
Tilläggsskärmbilder
Ladda ner Batterii Web Clipper-förlängningens CRX-fil
Ladda ner Batterii Web Clipper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | hllmakklhknnbfapngmlcbkfbdbbkddh |
| Officiell webbadress | https://chromewebstore.google.com/detail/batterii-web-clipper/hllmakklhknnbfapngmlcbkfbdbbkddh |
| Beskrivning | The Batterii Web Clipper allows members of a Batterii community to capture content from the web and send it back to Batterii walls. |
| Filstorlek | 177 KB |
| Antal Installationer | 272 |
| Aktuell Version | 1.2.2 |
| Senast Uppdaterad | 2017-05-19 |
| Publiceringsdatum | 2017-05-19 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | https://batterii.com |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.batterii.com |
| Hjälpsida URL | http://support.batterii.com |
| Stödda Språk | 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",
" | |