Image Sticker

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

Wat is Image Sticker?

Image Sticker is een Chrome-extensie ontwikkeld door dev.imagesticker, en de belangrijkste functie is "You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Image Sticker

Download Image Sticker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Image Sticker Image Sticker
ID ekhjcdobeemnkaoboadpkfmlddcilbmp
Officiële URL https://chromewebstore.google.com/detail/image-sticker/ekhjcdobeemnkaoboadpkfmlddcilbmp
Beschrijving You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur.
Bestandsgrootte 144 KB
Aantal Installaties 45
Huidige Versie 4.0.0
Laatst Bijgewerkt 2022-04-03
Publicatiedatum 2021-05-06
Ontwikkelaar dev.imagesticker
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/dsktschy/image-sticker
Help Pagina-URL https://github.com/dsktschy/image-sticker/issues
Ondersteunde Talen 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"
}