Online File Uploader

Upload Online Files Anywhere you want on the web without downloading them!

Online File Uploaderとは何ですか?

Online File UploaderはTirth Patelによって開発されたChromeの拡張機能で、その主な機能は「Upload Online Files Anywhere you want on the web without downloading them!」です。

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

screenshot

Online File Uploader拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Online File Uploader Allows developers to upload photos and videos to file input field from websites like Pexels, Unsplash, Bing browser, Google Images and many more.                    

拡張機能の基本情報

名前 Online File Uploader Online File Uploader
ID cgfhjcebnjmpkepnepggookdeiigdbbj
公式URL https://chromewebstore.google.com/detail/online-file-uploader/cgfhjcebnjmpkepnepggookdeiigdbbj
説明 Upload Online Files Anywhere you want on the web without downloading them!
ファイルサイズ 201 KB
インストール数 69
現在のバージョン 1.0
最終更新日 2021-01-29
公開日 2021-01-29
開発者 Tirth Patel
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Online File Uploader",
    "version": "1.0",
    "description": "Upload Online Files Anywhere you want on the web without downloading them!",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "bootstrap.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery.min.js",
        "bootstrap.min.js",
        "bootstrap.min.css",
        "modal.js",
        "images\/*",
        "modal.html"
    ],
    "permissions": [
        "downloads"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/cdn.jsdelivr.net https:\/\/cdnjs.cloudflare.com https:\/\/stackpath.bootstrapcdn.com; object-src 'self'"
}