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是由dev.imagesticker开发的Chrome扩展程序,该扩展的主要功能是“You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur.”。

扩展截图

screenshot

下载Image Sticker扩展crx文件

下载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"
}