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

Apa itu Freeimage.host Image Uploader?

Freeimage.host Image Uploader adalah ekstensi Chrome yang dikembangkan oleh http://freeimage.host, dan fitur utamanya adalah "Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Freeimage.host Image Uploader

Unduh file ekstensi Freeimage.host Image Uploader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Freeimage.host Image Uploader Freeimage.host Image Uploader
ID kgnlhgbjaebblellaillgfpkfdgalkek
URL Resmi https://chrome.google.com/webstore/detail/freeimagehost-image-uploa/kgnlhgbjaebblellaillgfpkfdgalkek
Deskripsi Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host
Ukuran File 55.38 KB
Jumlah Instalasi 125
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-09-09
Tanggal Publikasi 2019-09-09
Pengembang http://freeimage.host
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://freeimage.host
URL Halaman Kebijakan Privasi https://photoland.io/page/privacy
Bahasa yang Didukung 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"
    ]
}