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
官方網址 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"
    ]
}