Freeimage.host Image Uploader
Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host
Wat is Freeimage.host Image Uploader?
Freeimage.host Image Uploader is een Chrome-extensie ontwikkeld door http://freeimage.host, en de belangrijkste functie is "Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host".
Extensie Screenshots
Download het CRX-bestand van de extensie Freeimage.host Image Uploader
Download Freeimage.host Image Uploader-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
Features: - Right click on any image on the web and upload to freeimage.host - "Snipping tool" with automatic upload to freeimage.host A notification with the image URL is presented.
Basisinformatie over de Extensie
Naam | |
ID | kgnlhgbjaebblellaillgfpkfdgalkek |
Officiële URL | https://chrome.google.com/webstore/detail/freeimagehost-image-uploa/kgnlhgbjaebblellaillgfpkfdgalkek |
Beschrijving | Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host |
Bestandsgrootte | 55.38 KB |
Aantal Installaties | 125 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2019-09-09 |
Publicatiedatum | 2019-09-09 |
Ontwikkelaar | http://freeimage.host |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://freeimage.host |
URL van de Privacybeleid Pagina | https://photoland.io/page/privacy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Freeimage.host Image Uploader", "default_locale": "en", "version": "1.1", "description": "__MSG_app_desc__", "icons": { "180": "assets\/img\/180.png", "192": "assets\/img\/192.png" }, "background": { "scripts": [ "assets\/scripts\/jquery.min.js", "assets\/scripts\/app.js", "assets\/scripts\/upload.js", "assets\/scripts\/request.js" ] }, "browser_action": { "default_title": "Freeimage.host Image Uploader", "default_icon": "assets\/img\/icon.png" }, "permissions": [ "*:\/\/*\/*", "activeTab", "clipboardWrite", "contextMenus", "notifications", "storage" ] } |