Freeimage.host Image Uploader
Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host
O que é Freeimage.host Image Uploader?
Freeimage.host Image Uploader é uma extensão do Chrome desenvolvida por http://freeimage.host, e sua principal característica é "Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Freeimage.host Image Uploader
Baixe arquivos de extensão Freeimage.host Image Uploader 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
Features: - Right click on any image on the web and upload to freeimage.host - "Snipping tool" with automatic upload to freeimage.host A notification with the image URL is presented.
Informações Básicas da Extensão
Nome | |
ID | kgnlhgbjaebblellaillgfpkfdgalkek |
URL Oficial | https://chrome.google.com/webstore/detail/freeimagehost-image-uploa/kgnlhgbjaebblellaillgfpkfdgalkek |
Descrição | Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host |
Tamanho do Arquivo | 55.38 KB |
Contagem de Instalações | 125 |
Versão Atual | 1.1 |
Última Atualização | 2019-09-09 |
Data de Publicação | 2019-09-09 |
Desenvolvedor | http://freeimage.host |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://freeimage.host |
URL da Página de Política de Privacidade | https://photoland.io/page/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Freeimage.host Image Uploader", "default_locale": "en", "version": "1.1", "description": "__MSG_app_desc__", "icons": { "180": "assets\/img\/180.png", "192": "assets\/img\/192.png" }, "background": { "scripts": [ "assets\/scripts\/jquery.min.js", "assets\/scripts\/app.js", "assets\/scripts\/upload.js", "assets\/scripts\/request.js" ] }, "browser_action": { "default_title": "Freeimage.host Image Uploader", "default_icon": "assets\/img\/icon.png" }, "permissions": [ "*:\/\/*\/*", "activeTab", "clipboardWrite", "contextMenus", "notifications", "storage" ] } |