Image Paster

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

什麼是Image Paster?

Image Paster是由HJK開發的Chrome擴展程式,該擴展的主要功能是“Uploads any image you paste to Imgur, so that you can use the url easier.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Image Paster擴展crx文件

下載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
官方網址 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"
    }
}