Image Handling Shortcuts

Clicking to save the image? Clicking to waste time! This extension will provide you with shortcuts to deal with images.

O que é Image Handling Shortcuts?

Image Handling Shortcuts é uma extensão do Chrome desenvolvida por zeyadshapan2004, e sua principal característica é "Clicking to save the image? Clicking to waste time! This extension will provide you with shortcuts to deal with images.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Image Handling Shortcuts

Baixe arquivos de extensão Image Handling Shortcuts 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

                        Got tired of clicking to save an image? clicking to copy image address? clicking to do other stuff with images? Got tired of wasting time on that boring stuff!

This extension will provide your browser with useful shortcuts to be able to deal with images much faster.

How to use it? simply put your cursor directly on the image, then press one of the shortcuts listed below.

# Shortcuts

- Save Image as: CTRL + SHIFT + S
- Copy Image Address: CTRL + SHIFT + C

If you have any ideas to improve our product please open an issue on the Github page https://github.com/zeyad-shaban/image-handling-shortcuts/issues

- Paypal Donations: https://www.paypal.com/paypalme/codewithzeyad?locale.x=en_US
- Youtube Channel: https://www.youtube.com/channel/UCFjcc0rq2guK6kJ4va49zgA
- Twitter: https://twitter.com/zeyadshaban0                    

Informações Básicas da Extensão

Nome Image Handling Shortcuts Image Handling Shortcuts
ID dhnacegooljnejkdlpepjgklfmphpikg
URL Oficial https://chromewebstore.google.com/detail/image-handling-shortcuts/dhnacegooljnejkdlpepjgklfmphpikg
Descrição Clicking to save the image? Clicking to waste time! This extension will provide you with shortcuts to deal with images.
Tamanho do Arquivo 15.93 KB
Contagem de Instalações 998
Versão Atual 1.1
Última Atualização 2021-07-02
Data de Publicação 2021-05-18
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor zeyadshapan2004
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/zeyad-shaban/image-handling-shortcuts/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Handling Shortcuts",
    "description": "Clicking to save the image? Clicking to waste time! This extension will provide you with shortcuts to deal with images.",
    "version": "1.1",
    "manifest_version": 3,
    "action": {
        "default_popup": ".\/popup.html"
    },
    "author": "Zeyad Shaban",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/index.js"
            ]
        }
    ],
    "icons": {
        "32": ".\/icon_32.png",
        "128": ".\/icon_128.png"
    }
}