Image Sticker
You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur.
Cos'è Image Sticker?
Image Sticker è un'estensione di Chrome sviluppata da dev.imagesticker, e la sua funzione principale è "You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Image Sticker
Scarica i file di estensione Image Sticker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
- 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.
Informazioni di Base sull'Estensione
Nome | |
ID | ekhjcdobeemnkaoboadpkfmlddcilbmp |
URL Ufficiale | https://chromewebstore.google.com/detail/image-sticker/ekhjcdobeemnkaoboadpkfmlddcilbmp |
Descrizione | You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur. |
Dimensione del File | 144 KB |
Conteggio Installazioni | 45 |
Versione Corrente | 4.0.0 |
Ultimo Aggiornamento | 2022-04-03 |
Data di Pubblicazione | 2021-05-06 |
Sviluppatore | dev.imagesticker |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/dsktschy/image-sticker |
URL della Pagina di Aiuto | https://github.com/dsktschy/image-sticker/issues |
Lingue Supportate | 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" } |