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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Batterii Web Clipper
Λήψη αρχείων επέκτασης Batterii Web Clipper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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", " |