Copy and Paste more

Copy and Paste more

Что такое Copy and Paste more?

Copy and Paste more - это расширение Chrome, разработанное satoshiho2012, и его основная функция - "Copy and Paste more".

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

screenshot

Скачать файл CRX расширения Copy and Paste more

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

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

                        Normally copy&paste is one time only, and past copy is gone once you copy again.
Copy and Paste more will save your copy history and find past copy easily. 
Plus you can find past copy since it has filtering feature.

you can also visualize current clipboard easily so you dont need to remember what is current clipboard.
This tool is not only inside of browser, but also will help outside of browser.                    

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

Название Copy and Paste more Copy and Paste more
ID mjijaapcbpbcppapekipkdhipfcdpidb
Официальный URL https://chromewebstore.google.com/detail/copy-and-paste-more/mjijaapcbpbcppapekipkdhipfcdpidb
Описание Copy and Paste more
Размер файла 198 KB
Количество установок 43,875
Текущая Версия 4.1
Последнее Обновление 2023-12-18
Дата публикации 2017-11-10
Рейтинг 4.50/5 Всего 6 оценок
Разработчик satoshiho2012
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности http://engineernest.com/extensions/privacy_policy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/main.js",
        "type": "module"
    },
    "chrome_url_overrides": [],
    "description": "Copy and Paste more",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "action": {
        "default_icon": "img\/icon24.png",
        "default_title": "Copy and Paste more",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/toolbar1702880708.css",
                "options.html",
                "js\/options1702880708.js",
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smart",
            "keyword": "Smart",
            "search_url": "https:\/\/websmartfinder.com\/?n=550&q={searchTerms}",
            "favicon_url": "https:\/\/websmartfinder.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "name": "Copy and Paste more",
    "permissions": [
        "storage",
        "clipboardWrite",
        "clipboardRead",
        "tabs",
        "scripting",
        "alarms",
        "webRequest",
        "webNavigation"
    ],
    "host_permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "4.1"
}