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文件

下載Bittenfile擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}