Clippy

Get your clipboard on sync! Copy and Paste across devices

Clippy là gì?

Clippy là một tiện ích mở rộng Chrome được phát triển bởi Kirtan Thakkar, và tính năng chính của nó là "Get your clipboard on sync! Copy and Paste across devices".

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

screenshot
screenshot
screenshot

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

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

                        Clippy - copy and paste across devices

Get your clipboard data on sync across devices

[ Available as an Android App: https://bit.ly/clippy-android ]

Note: Clippy is now out of beta. Know more on https://clippy.works

Copy on one device and your can paste the data to other device within a second. As simple as that.

Improve your productivity. No sending emails to your self or creating drafts. No other notes tools just to copy some information from one device to another.

Did I mention, It's free! 

Note: All the clipboard data is transferred over HTTPS and never stored on the server. Be assured.                    

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

Tên Clippy Clippy
ID honbeilkanbghjimjoniipnnehlmhggk
URL Chính Thức https://chromewebstore.google.com/detail/clippy/honbeilkanbghjimjoniipnnehlmhggk
Mô tả Get your clipboard on sync! Copy and Paste across devices
Kích Thước Tệp 866 KB
Số Lần Cài Đặt 2,224
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-03-03
Ngày Phát Hành 2020-06-29
Đánh Giá 3.57/5 Tổng số 23 Đánh Giá
Nhà Phát Triển Kirtan Thakkar
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://clippy.works
URL Trang Trợ Giúp https://clippy.works/support
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clippy",
    "description": "Get your clipboard on sync! Copy and Paste across devices",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "Clippy - your synced clipboard!"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "background",
        "notifications",
        "gcm",
        "storage",
        "https:\/\/clippy.works\/"
    ],
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/clippy.works\/*"
        ]
    }
}