Snapcopy

Snapcopy - copy from device paste on another

Snapcopy là gì?

Snapcopy là một tiện ích mở rộng Chrome được phát triển bởi mohammedpascal, và tính năng chính của nó là "Snapcopy - copy from device paste on another".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Snapcopy

Tải xuống các tệp mở rộng Snapcopy 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

                        Have you ever wanted to copy some text from your computer and paste it on your mobile or vice versa? Now it will just happen with Snapcopy. A simple chrome extension let you connect your devices to a single clipboard.

Features:

- Secure! data stored locally on your devices
- Connect many devices as you want
- Manage devices add/remove enable/disable
- Connect Windows, Mac or Linux using Snapcopy chrome extension
- Connect Android devices using Snapcopy app

Coming features:

- iOS support                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Snapcopy Snapcopy
ID edjiogcpablophfegfoihhaeimgcaopg
URL Chính Thức https://chrome.google.com/webstore/detail/snapcopy/edjiogcpablophfegfoihhaeimgcaopg
Mô tả Snapcopy - copy from device paste on another
Kích Thước Tệp 560 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-06-28
Ngày Phát Hành 2015-06-28
Đánh Giá 3.65/5 Tổng số 60 Đánh Giá
Nhà Phát Triển mohammedpascal
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snapcopy",
    "description": "Snapcopy - copy from device paste on another",
    "short_name": "Snapcopy",
    "version": "1.1",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "debugger",
        "clipboardRead",
        "clipboardWrite",
        "gcm",
        "storage",
        "notifications",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/android.googleapis.com\/gcm\/send",
        "https:\/\/gcm-http.googleapis.com\/gcm\/send"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}