URL Copy

Copies url with a click!

Что такое URL Copy?

URL Copy - это расширение Chrome, разработанное tsubasagene, и его основная функция - "Copies url with a click!".

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

screenshot

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

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

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

                        When you want to share a video, or a document with your friends, or with your coworker, you need to share the url. Normally, you need to highlight the whole address, then copy with control+c, command+c, or even with right clicking. That's short, but stll takes time. With this extension, it will do the job for you. Just click the icon on the toolbar, and it will copy the link into your clipboard. It saves a bit of time for you. 
Though the difference is small, many a little makes a mickle! Enjoy.                    

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

Название URL Copy URL Copy
ID honjkgkhennhamekcgimhdibgcdfbidf
Официальный URL https://chromewebstore.google.com/detail/url-copy/honjkgkhennhamekcgimhdibgcdfbidf
Описание Copies url with a click!
Размер файла 4.82 KB
Количество установок 51
Текущая Версия 1.1
Последнее Обновление 2020-03-07
Дата публикации 2020-03-07
Рейтинг 5.00/5 Всего 3 оценок
Разработчик tsubasagene
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL Copy",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Copies url with a click!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}