Qvotr

Save and share quotes from around the web with a single click.

Что такое Qvotr?

Qvotr - это расширение Chrome, разработанное http://qvotr.com, и его основная функция - "Save and share quotes from around the web with a single click.".

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

screenshot
screenshot
screenshot

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

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

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

                        Save text from any website by selecting text on the page and clicking the Qvotr chrome extention.

With a single click, the quote is saved to your collection on qvotr.com.

You can view all your saved quotes on qvotr.com and discover new quotes from other users.                    

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

Название Qvotr Qvotr
ID hcnnoehmifkdlbiihocaadhemblgleep
Официальный URL https://chrome.google.com/webstore/detail/qvotr/hcnnoehmifkdlbiihocaadhemblgleep
Описание Save and share quotes from around the web with a single click.
Размер файла 64.08 KB
Количество установок 136
Текущая Версия 0.3.6
Последнее Обновление 2019-06-09
Дата публикации 2019-06-09
Рейтинг 3.20/5 Всего 15 оценок
Разработчик http://qvotr.com
Тип оплаты free
Официальный сайт расширения https://www.qvotr.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Qvotr",
    "version": "0.3.6",
    "description": "Save and share quotes from around the web with a single click.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "Qvotr",
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        }
    },
    "background": {
        "scripts": [
            "jquery-2.1.1.min.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "jquery-2.1.1.min.js",
                "typeahead.bundle.min.js",
                "tagmanager.js",
                "contentScript.js"
            ],
            "css": [
                "extension.css",
                "tagmanager.css"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "",
        "https:\/\/www.qvotr.com\/"
    ],
    "web_accessible_resources": [
        "images\/close-modal.png",
        "images\/success.png"
    ]
}