IMAGE.cx Uploader

Upload your images with one click to Image.cx and share it with your friends! You can save what you capture as you like!!

IMAGE.cx Uploader là gì?

IMAGE.cx Uploader là một tiện ích mở rộng Chrome được phát triển bởi https://image.cx, và tính năng chính của nó là "Upload your images with one click to Image.cx and share it with your friends! You can save what you capture as you like!!".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng IMAGE.cx 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

                        Right-click the image, simply click the upload button, then you get to save this image onto your image.cx account!
Also, you can capture the entire webpage or the visual part of the webpage, download it or save it into your image.cx account!!

Please make sure that you select the correct button to upload(NSFW Upload or Normal Upload).

Update Release v1.1.3 : 
1. NSFW Upload option added in content menu and webpage capture previewer.
2. Optimized the CSS of the popup box.
3. Renew the content of the popup box.

Important: This extension requires logging in at image.cx                    

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

Tên IMAGE.cx Uploader IMAGE.cx Uploader
ID omnpckhepjoooklhgainemmcflbklddc
URL Chính Thức https://chromewebstore.google.com/detail/imagecx-uploader/omnpckhepjoooklhgainemmcflbklddc
Mô tả Upload your images with one click to Image.cx and share it with your friends! You can save what you capture as you like!!
Kích Thước Tệp 185 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2020-05-04
Ngày Phát Hành 2020-05-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://image.cx
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://image.cx
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IMAGE.cx Uploader",
    "homepage_url": "https:\/\/image.cx\/",
    "short_name": "IMAGE.cx Uploader",
    "description": "Upload your images with one click to Image.cx and share it with your friends! You can save what you capture as you like!!",
    "version": "1.1.3",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/upload.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/jquery-ui.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery-ui.js"
            ]
        }
    ]
}