Quick spreadsheet
Quick calculations using spreadsheet
Quick spreadsheet क्या है?
Quick spreadsheet Sergei Sleptsov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick calculations using spreadsheet"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quick spreadsheet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Allow you quickly do any calculation using a well-known spreadsheet inside your browser. This extension is not a replacement for standalone spreadsheet applications (such as Microsoft Excel or Google Spreadsheets). But it's a fast way to do any calculations or research without leaving your tab. Quick spreadsheet - is your calculator on "steroids". Version: 1.0.4 - Added GBP(Pound sterling) currency to format at the toolbar
एक्सटेंशन की मूल जानकारी
नाम | Quick spreadsheet |
ID | akcjblpfcnfknlafiedflockhcibkdcm |
आधिकारिक URL | https://chromewebstore.google.com/detail/quick-spreadsheet/akcjblpfcnfknlafiedflockhcibkdcm |
विवरण | Quick calculations using spreadsheet |
फ़ाइल का आकार | 456 KB |
स्थापना संख्या | 692 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2021-04-16 |
प्रकाशन तिथि | 2020-12-26 |
रेटिंग | 4.40/5 कुल 10 रेटिंग्स |
डेवलपर | Sergei Sleptsov |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage" ], "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Open spreadsheet", "default_popup": "popup\/index.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "version": "1.0.4", "name": "Quick spreadsheet", "description": "Quick calculations using spreadsheet" } |