Image Sticker
You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur.
Qu'est-ce que Image Sticker ?
Image Sticker est une extension Chrome développée par dev.imagesticker, et sa fonction principale est "You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Image Sticker
Téléchargez les fichiers d'extension Image Sticker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
- 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.
Informations de Base sur l'Extension
Nom | |
ID | ekhjcdobeemnkaoboadpkfmlddcilbmp |
URL Officiel | 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. |
Taille du Fichier | 144 KB |
Nombre d'Installations | 45 |
Version Actuelle | 4.0.0 |
Dernière Mise à Jour | 2022-04-03 |
Date de Publication | 2021-05-06 |
Développeur | dev.imagesticker |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/dsktschy/image-sticker |
URL de la Page d'Aide | https://github.com/dsktschy/image-sticker/issues |
Langues Prises en Charge | 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" } |