Pick Text

Select text on a web page and click Pick Text menu item in the browser context menu(mouse right click). This would add the text…

Что такое Pick Text?

Pick Text - это расширение Chrome, разработанное http://ibrainext.com, и его основная функция - "Select text on a web page and click Pick Text menu item in the browser context menu(mouse right click). This would add the text…".

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

screenshot

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

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

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

                        Select text on a web page and click Pick Text menu item in the browser context menu(mouse right click). This would add the text with its url link to your knowledge base which is powered by www.ibrainext.com.  See http://www.ibrainext.com/home                    

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

Название Pick Text Pick Text
ID dmflhbklbljhnejldlgbjmpmpomfeaic
Официальный URL https://chrome.google.com/webstore/detail/pick-text/dmflhbklbljhnejldlgbjmpmpomfeaic
Описание Select text on a web page and click Pick Text menu item in the browser context menu(mouse right click). This would add the text…
Размер файла 25.14 KB
Количество установок 15
Текущая Версия 1.2
Последнее Обновление 2015-01-27
Дата публикации 2015-01-27
Разработчик http://ibrainext.com
Тип оплаты free
Официальный сайт расширения http://www.ibrainext.com/home
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pick Text",
    "version": "1.2",
    "icons": {
        "16": "cherry2-16a.png",
        "128": "cherry2-128a.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ]
}