Snapcopy

Snapcopy - copy from device paste on another

什麼是Snapcopy?

Snapcopy是由mohammedpascal開發的Chrome擴展程式,該擴展的主要功能是“Snapcopy - copy from device paste on another”。

擴展截圖

screenshot

下載Snapcopy擴展crx文件

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

擴展使用說明

                        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                    

擴展基本資訊

名稱 Snapcopy Snapcopy
ID edjiogcpablophfegfoihhaeimgcaopg
官方網址 https://chrome.google.com/webstore/detail/snapcopy/edjiogcpablophfegfoihhaeimgcaopg
簡介 Snapcopy - copy from device paste on another
檔案大小 560 KB
安裝次數 1,000
目前版本 1.1
更新時間 2015-06-28
上架時間 2015-06-28
評分 3.65/5 共 60 次評分
開發者 mohammedpascal
付費類型 free
支援的語言 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'"
}