Image Sticker
You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur.
Was ist Image Sticker?
Image Sticker ist eine Chrome-Erweiterung, die von dev.imagesticker entwickelt wurde, und ihr Hauptmerkmal ist "You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur.".
Erweiterungsscreenshots
Image Sticker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Image Sticker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- 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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ekhjcdobeemnkaoboadpkfmlddcilbmp |
Offizielle URL | https://chromewebstore.google.com/detail/image-sticker/ekhjcdobeemnkaoboadpkfmlddcilbmp |
Beschreibung | You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur. |
Dateigröße | 144 KB |
Installationsanzahl | 45 |
Aktuelle Version | 4.0.0 |
Letztes Update | 2022-04-03 |
Veröffentlichungsdatum | 2021-05-06 |
Entwickler | dev.imagesticker |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/dsktschy/image-sticker |
Hilfeseite URL | https://github.com/dsktschy/image-sticker/issues |
Unterstützte Sprachen | 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" } |