Open the link in Google™ Docs

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

O que é Open the link in Google™ Docs?

Open the link in Google™ Docs é uma extensão do Chrome desenvolvida por raingart, e sua principal característica é "Open the link (PDF, DOC, Image) in Google Docs in the context menu".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Open the link in Google™ Docs

Baixe arquivos de extensão Open the link in Google™ Docs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Open the link in Google™ Docs Open the link in Google™ Docs
ID plaecapdpgnlhhgcokppmieoifkpbdib
URL Oficial https://chromewebstore.google.com/detail/open-the-link-in-google-d/plaecapdpgnlhhgcokppmieoifkpbdib
Descrição Open the link (PDF, DOC, Image) in Google Docs in the context menu
Tamanho do Arquivo 24.92 KB
Contagem de Instalações 3,614
Versão Atual 0.1.0
Última Atualização 2022-05-02
Data de Publicação 2020-01-17
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor raingart
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}