Bittenfile
Connects your devices. Easily transfer your files from your smartphone to your pc or vice versa.
Bittenfile là gì?
Bittenfile là một tiện ích mở rộng Chrome được phát triển bởi http://www.bittenfile.com/app, và tính năng chính của nó là "Connects your devices. Easily transfer your files from your smartphone to your pc or vice versa.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bittenfile
Tải xuống các tệp mở rộng Bittenfile dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cemppliemccmkfonligjcgnpigmbojcd |
URL Chính Thức | https://chrome.google.com/webstore/detail/bittenfile/cemppliemccmkfonligjcgnpigmbojcd |
Mô tả | Connects your devices. Easily transfer your files from your smartphone to your pc or vice versa. |
Kích Thước Tệp | 31.87 KB |
Số Lần Cài Đặt | 128 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2017-01-13 |
Ngày Phát Hành | 2017-01-13 |
Đánh Giá | 2.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | http://www.bittenfile.com/app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.bittenfile.com |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |