Quick Share Button

Share websites in 1-click and make YouTube videos start and stop at any second.

Что такое Quick Share Button?

Quick Share Button - это расширение Chrome, разработанное https://quicksharebutton.com, и его основная функция - "Share websites in 1-click and make YouTube videos start and stop at any second.".

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

screenshot

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

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

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

                        Quick Share Button allows you to share sites and videos in 1-click.
No need to copy-paste urls.
In addition, when you surf on YouTube, Quick Share Button allows you to choose the second the video starts and stops and share only the relevant content with your friends or colleagues!!                    

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

Название Quick Share Button Quick Share Button
ID nfefnfhlmckdnhaiipelkkdlmiifpokg
Официальный URL https://chromewebstore.google.com/detail/quick-share-button/nfefnfhlmckdnhaiipelkkdlmiifpokg
Описание Share websites in 1-click and make YouTube videos start and stop at any second.
Размер файла 58.49 KB
Количество установок 120
Текущая Версия 1.0
Последнее Обновление 2012-09-27
Дата публикации 2012-09-26
Разработчик https://quicksharebutton.com
Тип оплаты free
Официальный сайт расширения http://www.quicksharebutton.com/download
URL страницы помощи http://www.quicksharebutton.com/contact
Поддерживаемые языки en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Share Button",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Share websites in 1-click and make YouTube videos start and stop at any second.",
    "permissions": [
        "tabs",
        "http:\/\/www.quicksharebutton.com\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/popup.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}