Open with Google Drive™ Viewer
Open online resources with Google Drive Viewer. Supports various formats including DOC, XLS, PDF, PPT, ZIP, HTML, TXT, JS etc.
O que é Open with Google Drive™ Viewer?
Open with Google Drive™ Viewer é uma extensão do Chrome desenvolvida por BrowserNative, e sua principal característica é "Open online resources with Google Drive Viewer. Supports various formats including DOC, XLS, PDF, PPT, ZIP, HTML, TXT, JS etc.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Open with Google Drive™ Viewer
Baixe arquivos de extensão Open with Google Drive™ Viewer 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
Supports Word, Excel, PowerPoint, PDF, ZIP and more formats. File should be online and publicly accessible. Opened files can be easily saved to the Google Drive. Doesn't work on ***Google Search Result Pages***. List of supported file types: https://support.google.com/drive/answer/2423485?hl=en&p=docs_viewer&rd=1 Test extension on this page: http://browsernative.com/test/drive.php Not affiliated with Google.
Informações Básicas da Extensão
Nome | Open with Google Drive™ Viewer |
ID | bdkpinfdldjdngmgfbifbdbgaoampkan |
URL Oficial | https://chromewebstore.google.com/detail/open-with-google-drive-vi/bdkpinfdldjdngmgfbifbdbgaoampkan |
Descrição | Open online resources with Google Drive Viewer. Supports various formats including DOC, XLS, PDF, PPT, ZIP, HTML, TXT, JS etc. |
Tamanho do Arquivo | 19.98 KB |
Contagem de Instalações | 47,022 |
Versão Atual | 0.48 |
Última Atualização | 2016-07-12 |
Data de Publicação | 2016-07-12 |
Classificação | 3.23/5 Total de 211 Avaliações |
Desenvolvedor | BrowserNative |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://browsernative.com/open-with-google-drive-viewer/ |
URL da Página de Ajuda | https://browsernative.com/open-with-google-drive-viewer/ |
URL da Página de Política de Privacidade | https://browsernative.com/extensions-privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script.js" ], "persistent": false }, "description": "Open online resources with Google Drive Viewer. Supports various formats including DOC, XLS, PDF, PPT, ZIP, HTML, TXT, JS etc.", "homepage_url": "https:\/\/browsernative.com\/open-with-google-drive-viewer\/", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "Open with Google Drive\u2122 Viewer", "permissions": [ "contextMenus" ], "version": "0.48" } |