Image Paster
Uploads any image you paste to Imgur, so that you can use the url easier.
Qu'est-ce que Image Paster ?
Image Paster est une extension Chrome développée par HJK, et sa fonction principale est "Uploads any image you paste to Imgur, so that you can use the url easier.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Image Paster
Téléchargez les fichiers d'extension Image Paster au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.)
Informations de Base sur l'Extension
Nom | Image Paster |
ID | dhmfebagkgpcndgfichibdkokoihdgdf |
URL Officiel | https://chromewebstore.google.com/detail/image-paster/dhmfebagkgpcndgfichibdkokoihdgdf |
Description | Uploads any image you paste to Imgur, so that you can use the url easier. |
Taille du Fichier | 24.78 KB |
Nombre d'Installations | 43 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2021-07-30 |
Date de Publication | 2021-07-30 |
Développeur | HJK |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |