Image Paster

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

Image Paster là gì?

Image Paster là một tiện ích mở rộng Chrome được phát triển bởi HJK, và tính năng chính của nó là "Uploads any image you paste to Imgur, so that you can use the url easier.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Image Paster

Tải xuống các tệp mở rộng Image Paster 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

                        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.)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Image Paster Image Paster
ID dhmfebagkgpcndgfichibdkokoihdgdf
URL Chính Thức https://chromewebstore.google.com/detail/image-paster/dhmfebagkgpcndgfichibdkokoihdgdf
Mô tả Uploads any image you paste to Imgur, so that you can use the url easier.
Kích Thước Tệp 24.78 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-07-30
Ngày Phát Hành 2021-07-30
Nhà Phát Triển HJK
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}