Quick View docs
Quick view MS Office file (doc, excel, powerpoint). Need to install extension Office Editing for Docs, Sheets & Slides
Что такое Quick View docs?
Quick View docs - это расширение Chrome, разработанное NPTjpn, и его основная функция - "Quick view MS Office file (doc, excel, powerpoint). Need to install extension Office Editing for Docs, Sheets & Slides".
Снимки экрана расширения
Скачать файл CRX расширения Quick View docs
Скачайте файлы расширений Quick View docs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Quick view MS Office file (doc, excel, powerpoint).
Need to install extension "Office Editing for Docs, Sheets & Slides" at below link.
https://chrome.google.com/webstore/detail/office-editing-for-docs-s/gbkeegbaiigmenfmjfclcdgdpimamgkj
Make sure that this extension also be installed on your Chrome!
Just right-click on the office files and view quickly.
The file will be downloaded in to the default Downloads folder/Temp then be opened by above extension (Office Editing for Docs, Sheets & Slides). Основная информация о расширении
| Название | |
| ID | jecfjjkhfhlcnagpnfkcgckmlbhilnba |
| Официальный URL | https://chromewebstore.google.com/detail/quick-view-docs/jecfjjkhfhlcnagpnfkcgckmlbhilnba |
| Описание | Quick view MS Office file (doc, excel, powerpoint). Need to install extension Office Editing for Docs, Sheets & Slides |
| Размер файла | 335 KB |
| Количество установок | 3,271 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2018-06-01 |
| Дата публикации | 2018-06-01 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | NPTjpn |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quick View docs",
"version": "1.1",
"manifest_version": 2,
"description": "Quick view MS Office file (doc, excel, powerpoint). Need to install extension Office Editing for Docs, Sheets & Slides",
"icons": {
"16": "icon16.png",
"128": "icon128.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"default_locale": "en",
"permissions": [
"contextMenus",
"downloads",
"downloads.open"
]
} | |