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
Eメール [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"
    ]
}