Copypasta

Copy and paste your text snippets with one click

Что такое Copypasta?

Copypasta - это расширение Chrome, разработанное Unknown, и его основная функция - "Copy and paste your text snippets with one click".

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

screenshot
screenshot

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

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

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

                        The data is saved to local storage (~5MB), so there’s plenty of room to store actual copypastas. I tried it with the bee movie script and it works fine, although it’s a bit of a hassle to scroll through all of it to reach the bottom ¯\_(ツ)_/¯

You can use Copypasta to easily paste:
- Food order details
- Text emoticons
- Addresses
- Email / phone numbers
- Code snippets
- Copy pastas                    

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

Название Copypasta Copypasta
ID lgapkbbdlekmaeomdpndkpkmckghjnmh
Официальный URL https://chromewebstore.google.com/detail/copypasta/lgapkbbdlekmaeomdpndkpkmckghjnmh
Описание Copy and paste your text snippets with one click
Размер файла 516 KB
Количество установок 43
Текущая Версия 1.0
Последнее Обновление 2021-12-30
Дата публикации 2021-12-27
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Unknown
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Copypasta",
    "name": "Copypasta",
    "description": "Copy and paste your text snippets with one click",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    }
}