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
What is Freeimage.host Image Uploader?
Freeimage.host Image Uploader is a Chrome extension developed by http://freeimage.host, and its main feature is "Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host".
Extension Screenshots
Download Freeimage.host Image Uploader Extension CRX File
Download Freeimage.host Image Uploader 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
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.
Extension Basic Information
Name | |
ID | kgnlhgbjaebblellaillgfpkfdgalkek |
Official URL | https://chrome.google.com/webstore/detail/freeimagehost-image-uploa/kgnlhgbjaebblellaillgfpkfdgalkek |
Description | Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host |
File Size | 55.38 KB |
Installation Count | 125 |
Current Version | 1.1 |
Last Updated | 2019-09-09 |
Publish Date | 2019-09-09 |
Developer | http://freeimage.host |
[email protected] | |
Payment Type | free |
Extension Website | https://freeimage.host |
Privacy Policy Page URL | https://photoland.io/page/privacy |
Supported Languages | 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" ] } |