Image Paster

Uploads any image you paste to Imgur, so that you can use the url easier.

Image Pasterคืออะไร?

Image Paster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HJK และคุณลักษณะหลักของมันคือ "Uploads any image you paste to Imgur, so that you can use the url easier."

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Image Paster ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Automatically convert images that you copy into URLs. 

When you click the extension, any image in your clipboard is replaced with a URL for that image.

Use in a variety of sites where images are not allowed, but text (and URLs) can be pasted.


(This extension uses the Imgur API to upload and store images online, which means that your images may be public.)                    

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

ชื่อ Image Paster Image Paster
ID dhmfebagkgpcndgfichibdkokoihdgdf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-paster/dhmfebagkgpcndgfichibdkokoihdgdf
คำอธิบาย Uploads any image you paste to Imgur, so that you can use the url easier.
ขนาดไฟล์ 24.78 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2021-07-30
วันที่เผยแพร่ 2021-07-30
ผู้พัฒนา HJK
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Paster",
    "description": "Uploads any image you paste to Imgur, so that you can use the url easier.",
    "version": "0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite"
    ],
    "action": {
        "default_title": "Click me to get a url of your image",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}