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とは何ですか?

IMAGE.cx Uploaderはhttps://image.cxによって開発されたChromeの拡張機能で、その主な機能は「Upload your images with one click to Image.cx and share it with your friends! You can save what you capture as you like!!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

IMAGE.cx Uploader拡張機能のCRXファイルをダウンロード

IMAGE.cx Uploader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 IMAGE.cx Uploader IMAGE.cx Uploader
ID omnpckhepjoooklhgainemmcflbklddc
公式URL https://chromewebstore.google.com/detail/imagecx-uploader/omnpckhepjoooklhgainemmcflbklddc
説明 Upload your images with one click to Image.cx and share it with your friends! You can save what you capture as you like!!
ファイルサイズ 185 KB
インストール数 44
現在のバージョン 1.1.3
最終更新日 2020-05-04
公開日 2020-05-01
評価 5.00/5 合計 1 レビュー
開発者 https://image.cx
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://image.cx
対応言語 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"
            ]
        }
    ]
}