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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
}