Image Sticker
You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur.
Image Sticker là gì?
Image Sticker là một tiện ích mở rộng Chrome được phát triển bởi dev.imagesticker, và tính năng chính của nó là "You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Image Sticker
Tải xuống các tệp mở rộng Image Sticker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
- 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ekhjcdobeemnkaoboadpkfmlddcilbmp |
URL Chính Thức | https://chromewebstore.google.com/detail/image-sticker/ekhjcdobeemnkaoboadpkfmlddcilbmp |
Mô tả | You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur. |
Kích Thước Tệp | 144 KB |
Số Lần Cài Đặt | 45 |
Phiên Bản Hiện Tại | 4.0.0 |
Cập Nhật Lần Cuối | 2022-04-03 |
Ngày Phát Hành | 2021-05-06 |
Nhà Phát Triển | dev.imagesticker |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/dsktschy/image-sticker |
URL Trang Trợ Giúp | https://github.com/dsktschy/image-sticker/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } |