Quick spreadsheet
Quick calculations using spreadsheet
Что такое Quick spreadsheet?
Quick spreadsheet - это расширение Chrome, разработанное Sergei Sleptsov, и его основная функция - "Quick calculations using spreadsheet".
Снимки экрана расширения
Скачать файл CRX расширения Quick spreadsheet
Скачайте файлы расширений Quick spreadsheet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| 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"
} | |