Image Sticker

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

Что такое Image Sticker?

Image Sticker - это расширение Chrome, разработанное dev.imagesticker, и его основная функция - "You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Image Sticker

Скачайте файлы расширений Image Sticker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        - 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.                    

Основная информация о расширении

Название Image Sticker Image Sticker
ID ekhjcdobeemnkaoboadpkfmlddcilbmp
Официальный URL https://chromewebstore.google.com/detail/image-sticker/ekhjcdobeemnkaoboadpkfmlddcilbmp
Описание You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur.
Размер файла 144 KB
Количество установок 45
Текущая Версия 4.0.0
Последнее Обновление 2022-04-03
Дата публикации 2021-05-06
Разработчик dev.imagesticker
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/dsktschy/image-sticker
URL страницы помощи https://github.com/dsktschy/image-sticker/issues
Поддерживаемые языки 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"
}