Bittenfile

Connects your devices. Easily transfer your files from your smartphone to your pc or vice versa.

Bittenfile란 무엇입니까?

Bittenfile은(는) http://www.bittenfile.com/app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connects your devices. Easily transfer your files from your smartphone to your pc or vice versa."입니다.

확장 프로그램 스크린샷

screenshot

Bittenfile 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Transfer your files without the need for a cable or USB stick. Upload your files from your smartphone with app for android and download them to any device using extension or app for google chrome, software for windows, mac os, or even the website.

Complete small tasks
Share or send your file to any email.
Zip, Download or Rename.
Transport your files in the application, enter the short link in the browser of another device and download.

It's Free
Bittenfile was made for you with love. And it's totally free. Our only request is that you can share the bittenfile with your friends.                    

확장 프로그램 기본 정보

이름 Bittenfile Bittenfile
ID cemppliemccmkfonligjcgnpigmbojcd
공식 URL https://chrome.google.com/webstore/detail/bittenfile/cemppliemccmkfonligjcgnpigmbojcd
설명 Connects your devices. Easily transfer your files from your smartphone to your pc or vice versa.
파일 크기 31.87 KB
설치 횟수 128
현재 버전 0.1
최근 업데이트 2017-01-13
출시 날짜 2017-01-13
평점 2.33/5 총 3 개의 평점
개발자 http://www.bittenfile.com/app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.bittenfile.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bittenfile",
    "short_name": "Bittenfile",
    "description": "Connects your devices. Easily transfer your files from your smartphone to your pc or vice versa.",
    "version": "0.1",
    "minimum_chrome_version": "38",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "assets\/16.png",
        "32": "assets\/32.png",
        "64": "assets\/64.png",
        "128": "assets\/128.png"
    },
    "browser_action": {
        "default_icon": "assets\/128.png",
        "default_title": "Bittenfile",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}