Image Sticker
You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur.
什麼是Image Sticker?
Image Sticker是由dev.imagesticker開發的Chrome擴展程式,該擴展的主要功能是“You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur.”。
擴展截圖
下載Image Sticker擴展crx文件
下載Image Sticker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
- 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.
擴展基本資訊
名稱 | |
ID | ekhjcdobeemnkaoboadpkfmlddcilbmp |
官方網址 | https://chromewebstore.google.com/detail/image-sticker/ekhjcdobeemnkaoboadpkfmlddcilbmp |
簡介 | You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur. |
檔案大小 | 144 KB |
安裝次數 | 45 |
目前版本 | 4.0.0 |
更新時間 | 2022-04-03 |
上架時間 | 2021-05-06 |
開發者 | dev.imagesticker |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/dsktschy/image-sticker |
說明頁面URL | https://github.com/dsktschy/image-sticker/issues |
支援的語言 | 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" } |