SumThing
Calculate sums of cells instantly.
Τι είναι το SumThing;
Το SumThing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sumthing-bl, και η κύρια λειτουργία του είναι "Calculate sums of cells instantly.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SumThing
Λήψη αρχείων επέκτασης SumThing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
SumThing allows you to quickly calculate the sum of any table cells on any web page! Simply activate the plugin while on the web page and drag to select the cells you want to tally up! You can also select individual cells by holding CTRL and clicking on the different cells you want to add up! SumThing works on all currency formats and takes into account negative sums and varying number formats. Save yourself the time from copying and pasting tables into Excel or Google Docs to find out the sum! Advanced features include: Average, Max, Min, and COUNTA!
Βασικές Πληροφορίες Επέκτασης
Όνομα | SumThing |
ID | cdjhlfdiajgnadonhhdlekfcdoefomen |
Επίσημο URL | https://chromewebstore.google.com/detail/sumthing/cdjhlfdiajgnadonhhdlekfcdoefomen |
Περιγραφή | Calculate sums of cells instantly. |
Μέγεθος Αρχείου | 149 KB |
Αριθμός Εγκαταστάσεων | 2,715 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2021-11-26 |
Ημερομηνία Δημοσίευσης | 2020-03-23 |
Αξιολόγηση | 4.29/5 Συνολικά 31 Αξιολογήσεις |
Προγραμματιστής | sumthing-bl |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.sumthing.app |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.sumthing.app |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SumThing", "version": "1.0.3", "version_name": "1.0.3", "description": "Calculate sums of cells instantly.", "icons": { "128": "\/img\/logo.png" }, "browser_action": { "default_icon": "\/img\/logo_grey_16.png" }, "background": { "scripts": [ "\/lib\/jquery.min.js", "\/lib\/webx.js", "\/lib\/mixpanel.js", "\/js\/background\/background.js" ], "persistent": true }, "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "web_accessible_resources": [ "\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |