Google Drive Image Viewer
A browser extension to help you view images in google drive smoothly.
O que é Google Drive Image Viewer?
Google Drive Image Viewer é uma extensão do Chrome desenvolvida por xukeek, e sua principal característica é "A browser extension to help you view images in google drive smoothly.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Drive Image Viewer
Baixe arquivos de extensão Google Drive Image 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
"Google drive image viewer' – your ultimate solution for lightning-fast image browsing on Google Drive. Say goodbye to slow loading times and hello to seamless image exploration. With SwiftDrive Photo Viewer, you'll experience a swift and efficient way to view, browse, and enjoy your Google Drive images. Harness the power of accelerated browsing and elevate your image viewing experience today." Buy it at gumroad!! https://ziyoumaa.gumroad.com/l/vqgccc Join the discord server https://discord.gg/Z8z6GAnzY6
Informações Básicas da Extensão
Nome | Google Drive Image Viewer |
ID | kkphaaonihdkgkhlbalckaejbdjpiebf |
URL Oficial | https://chromewebstore.google.com/detail/google-drive-image-viewer/kkphaaonihdkgkhlbalckaejbdjpiebf |
Descrição | A browser extension to help you view images in google drive smoothly. |
Tamanho do Arquivo | 164 KB |
Contagem de Instalações | 100 |
Versão Atual | 0.0.8 |
Última Atualização | 2024-02-18 |
Data de Publicação | 2023-11-24 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | xukeek |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://ziyoumaa.gumroad.com/l/vqgccc |
URL da Página de Política de Privacidade | https://mikuohashii.github.io |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Drive Image Viewer", "description": "A browser extension to help you view images in google drive smoothly.", "version": "0.0.8", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "options.html" }, "content_scripts": [ { "matches": [ "*:\/\/drive.google.com\/*" ], "run_at": "document_end", "css": [ "content-scripts\/content.css" ], "js": [ "content-scripts\/content.js" ] } ] } |