Image Sticker

You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur.

O que é Image Sticker?

Image Sticker é uma extensão do Chrome desenvolvida por dev.imagesticker, e sua principal característica é "You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Image Sticker

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

                        - Use your favorite images to make your screenshots more fun and colorful.
- Hide your personal information with images and secure your screenshots.
- Overlay a mask or glasses on a photo of a person to check for impression changes.                    

Informações Básicas da Extensão

Nome Image Sticker Image Sticker
ID ekhjcdobeemnkaoboadpkfmlddcilbmp
URL Oficial https://chromewebstore.google.com/detail/image-sticker/ekhjcdobeemnkaoboadpkfmlddcilbmp
Descrição You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur.
Tamanho do Arquivo 144 KB
Contagem de Instalações 45
Versão Atual 4.0.0
Última Atualização 2022-04-03
Data de Publicação 2021-05-06
Desenvolvedor dev.imagesticker
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/dsktschy/image-sticker
URL da Página de Ajuda https://github.com/dsktschy/image-sticker/issues
Idiomas Suportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "4.0.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "default_popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "96": "images\/icon96.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en"
}