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
Was ist Freeimage.host Image Uploader?
Freeimage.host Image Uploader ist eine Chrome-Erweiterung, die von http://freeimage.host entwickelt wurde, und ihr Hauptmerkmal ist "Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host".
Erweiterungsscreenshots
Freeimage.host Image Uploader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Freeimage.host Image Uploader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kgnlhgbjaebblellaillgfpkfdgalkek |
Offizielle URL | https://chrome.google.com/webstore/detail/freeimagehost-image-uploa/kgnlhgbjaebblellaillgfpkfdgalkek |
Beschreibung | Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host |
Dateigröße | 55.38 KB |
Installationsanzahl | 125 |
Aktuelle Version | 1.1 |
Letztes Update | 2019-09-09 |
Veröffentlichungsdatum | 2019-09-09 |
Entwickler | http://freeimage.host |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://freeimage.host |
URL der Datenschutzrichtlinien-Seite | https://photoland.io/page/privacy |
Unterstützte Sprachen | 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" ] } |