Image Sticker
You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur.
What is Image Sticker?
Image Sticker is a Chrome extension developed by dev.imagesticker, and its main feature is "You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur.".
Extension Screenshots
Download Image Sticker Extension CRX File
Download Image Sticker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- 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.
Extension Basic Information
Name | |
ID | ekhjcdobeemnkaoboadpkfmlddcilbmp |
Official URL | https://chromewebstore.google.com/detail/image-sticker/ekhjcdobeemnkaoboadpkfmlddcilbmp |
Description | You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur. |
File Size | 144 KB |
Installation Count | 45 |
Current Version | 4.0.0 |
Last Updated | 2022-04-03 |
Publish Date | 2021-05-06 |
Developer | dev.imagesticker |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/dsktschy/image-sticker |
Help Page URL | https://github.com/dsktschy/image-sticker/issues |
Supported Languages | 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" } |