Image Paster
Uploads any image you paste to Imgur, so that you can use the url easier.
Wat is Image Paster?
Image Paster is een Chrome-extensie ontwikkeld door HJK, en de belangrijkste functie is "Uploads any image you paste to Imgur, so that you can use the url easier.".
Extensie Screenshots
Download het CRX-bestand van de extensie Image Paster
Download Image Paster-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.)
Basisinformatie over de Extensie
Naam | Image Paster |
ID | dhmfebagkgpcndgfichibdkokoihdgdf |
Officiële URL | https://chromewebstore.google.com/detail/image-paster/dhmfebagkgpcndgfichibdkokoihdgdf |
Beschrijving | Uploads any image you paste to Imgur, so that you can use the url easier. |
Bestandsgrootte | 24.78 KB |
Aantal Installaties | 43 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2021-07-30 |
Publicatiedatum | 2021-07-30 |
Ontwikkelaar | HJK |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |