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
公式URL 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'"
}