Image Paster
Uploads any image you paste to Imgur, so that you can use the url easier.
What is Image Paster?
Image Paster is a Chrome extension developed by HJK, and its main feature is "Uploads any image you paste to Imgur, so that you can use the url easier.".
Extension Screenshots
Download Image Paster Extension CRX File
Download Image Paster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.)
Extension Basic Information
Name | Image Paster |
ID | dhmfebagkgpcndgfichibdkokoihdgdf |
Official URL | https://chromewebstore.google.com/detail/image-paster/dhmfebagkgpcndgfichibdkokoihdgdf |
Description | Uploads any image you paste to Imgur, so that you can use the url easier. |
File Size | 24.78 KB |
Installation Count | 43 |
Current Version | 0.0.1 |
Last Updated | 2021-07-30 |
Publish Date | 2021-07-30 |
Developer | HJK |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |