Oolong Image Viewer
A simple image viewer supporting drag and drop of the image.
O que é Oolong Image Viewer?
Oolong Image Viewer é uma extensão do Chrome desenvolvida por oolongprojects, e sua principal característica é "A simple image viewer supporting drag and drop of the image.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Oolong Image Viewer
Baixe arquivos de extensão Oolong 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
A simple replacement of Chrome Browser's default image viewer, and it simply support exploring the picture(especially very big pictures, e.g. product interaction diagram, infographics) with drag and drop.
Informações Básicas da Extensão
Nome | |
ID | fdmbhglgjkadnfkbbdepakdhkkkmabom |
URL Oficial | https://chrome.google.com/webstore/detail/oolong-image-viewer/fdmbhglgjkadnfkbbdepakdhkkkmabom |
Descrição | A simple image viewer supporting drag and drop of the image. |
Tamanho do Arquivo | 268 KB |
Contagem de Instalações | 331 |
Versão Atual | 1.0.3 |
Última Atualização | 2017-06-25 |
Data de Publicação | 2017-06-25 |
Classificação | 4.00/5 Total de 6 Avaliações |
Desenvolvedor | oolongprojects |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/socrateslee/oolong_image_viewer |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "image-viewer\/bootstrap\/*", "image-viewer\/css\/*", "image-viewer\/*" ], "content_scripts": [ { "all_frames": false, "js": [ "loader.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "run_at": "document_start" } ], "name": "Oolong Image Viewer", "short_name": "ooloog image viewer", "description": "A simple image viewer supporting drag and drop of the image.", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon16.png" }, "manifest_version": 2, "permissions": [ "tabs" ], "version": "1.0.3" } |