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.”。
扩展截图
下载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 |
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" } } |