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

什么是Freeimage.host Image Uploader?

Freeimage.host Image Uploader是由http://freeimage.host开发的Chrome扩展程序,该扩展的主要功能是“Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host”。

扩展截图

screenshot

下载Freeimage.host Image Uploader扩展crx文件

下载Freeimage.host Image Uploader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Freeimage.host Image Uploader Freeimage.host Image Uploader
ID kgnlhgbjaebblellaillgfpkfdgalkek
官方URL https://chrome.google.com/webstore/detail/freeimagehost-image-uploa/kgnlhgbjaebblellaillgfpkfdgalkek
简介 Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host
文件大小 55.38 KB
安装次数 125
当前版本 1.1
更新时间 2019-09-09
上架时间 2019-09-09
开发者 http://freeimage.host
电子邮箱 [email protected]
付费类型 free
扩展官网 https://freeimage.host
隐私政策页面URL https://photoland.io/page/privacy
支持的语言 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"
    ]
}