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 là gì?

Freeimage.host Image Uploader là một tiện ích mở rộng Chrome được phát triển bởi http://freeimage.host, và tính năng chính của nó là "Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Freeimage.host Image Uploader

Tải xuống các tệp mở rộng Freeimage.host Image Uploader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Freeimage.host Image Uploader Freeimage.host Image Uploader
ID kgnlhgbjaebblellaillgfpkfdgalkek
URL Chính Thức https://chrome.google.com/webstore/detail/freeimagehost-image-uploa/kgnlhgbjaebblellaillgfpkfdgalkek
Mô tả Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host
Kích Thước Tệp 55.38 KB
Số Lần Cài Đặt 125
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-09-09
Ngày Phát Hành 2019-09-09
Nhà Phát Triển http://freeimage.host
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://freeimage.host
URL Trang Chính Sách Bảo Mật https://photoland.io/page/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}