General Text Copier

Store stuff you frequently copy and paste.

Что такое General Text Copier?

General Text Copier - это расширение Chrome, разработанное Canary Design, и его основная функция - "Store stuff you frequently copy and paste.".

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

screenshot
screenshot
screenshot

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

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

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

                        Useful for storing frequently used text information.

****Data stored in this extension uses HTML5 localstorage, which stores data in your browser settings. It is NOT encrypted and therefore NOT safe to store sensitive information like passwords, credit card information or anything else that should not be available to anyone else.****

This extension is currently in BETA, so I know there are some issues and it is a bit buggy.                    

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

Название General Text Copier General Text Copier
ID addokmpkfnbjgldkbngokjnkpgefkogb
Официальный URL https://chromewebstore.google.com/detail/general-text-copier/addokmpkfnbjgldkbngokjnkpgefkogb
Описание Store stuff you frequently copy and paste.
Размер файла 122 KB
Количество установок 70
Текущая Версия 1.21
Последнее Обновление 2019-02-01
Дата публикации 2019-01-31
Разработчик Canary Design
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "General Text Copier",
    "description": "Store stuff you frequently copy and paste.",
    "version": "1.21",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}