Clippy

Get your clipboard on sync! Copy and Paste across devices

Что такое Clippy?

Clippy - это расширение Chrome, разработанное Kirtan Thakkar, и его основная функция - "Get your clipboard on sync! Copy and Paste across devices".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Clippy

Скачайте файлы расширений Clippy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Clippy Clippy
ID honbeilkanbghjimjoniipnnehlmhggk
Официальный URL https://chromewebstore.google.com/detail/clippy/honbeilkanbghjimjoniipnnehlmhggk
Описание Get your clipboard on sync! Copy and Paste across devices
Размер файла 866 KB
Количество установок 2,224
Текущая Версия 1.0.0
Последнее Обновление 2022-03-03
Дата публикации 2020-06-29
Рейтинг 3.57/5 Всего 23 оценок
Разработчик Kirtan Thakkar
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://clippy.works
URL страницы помощи https://clippy.works/support
Поддерживаемые языки 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\/*"
        ]
    }
}