Snapcopy

Snapcopy - copy from device paste on another

Snapcopyคืออะไร?

Snapcopy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mohammedpascal และคุณลักษณะหลักของมันคือ "Snapcopy - copy from device paste on another"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snapcopy

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}