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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dev.imagesticker และคุณลักษณะหลักของมันคือ "You can paste any image on a web page. Supports moving, scaling, rotating, duplication, and deletion. No upload will occur."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Sticker

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Image Sticker Image Sticker
ID ekhjcdobeemnkaoboadpkfmlddcilbmp
URL อย่างเป็นทางการ 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"
}