SumThing
Calculate sums of cells instantly.
SumThing क्या है?
SumThing sumthing-bl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Calculate sums of cells instantly."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SumThing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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'" } |