Open the link in Google™ Docs

Open the link (PDF, DOC, Image) in Google Docs in the context menu

Что такое Open the link in Google™ Docs?

Open the link in Google™ Docs - это расширение Chrome, разработанное raingart, и его основная функция - "Open the link (PDF, DOC, Image) in Google Docs in the context menu".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Open the link in Google™ Docs

Скачайте файлы расширений Open the link in Google™ Docs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This is a simple and very lite extension that allows you to easily open (PDF, DOC) links in a chosen Google Doc Viewer.                    

Основная информация о расширении

Название Open the link in Google™ Docs Open the link in Google™ Docs
ID plaecapdpgnlhhgcokppmieoifkpbdib
Официальный URL https://chromewebstore.google.com/detail/open-the-link-in-google-d/plaecapdpgnlhhgcokppmieoifkpbdib
Описание Open the link (PDF, DOC, Image) in Google Docs in the context menu
Размер файла 24.92 KB
Количество установок 3,614
Текущая Версия 0.1.0
Последнее Обновление 2022-05-02
Дата публикации 2020-01-17
Рейтинг 5.00/5 Всего 1 оценок
Разработчик raingart
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_short_name__",
    "description": "__MSG_app_description__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "version": "0.1.0",
    "author": "raingart",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    }
}