Docoh Web Clipper

Quickly save web articles as notes in Docoh, to help research your investment ideas.

Что такое Docoh Web Clipper?

Docoh Web Clipper - это расширение Chrome, разработанное https://docoh.com, и его основная функция - "Quickly save web articles as notes in Docoh, to help research your investment ideas.".

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

screenshot

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

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

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

                        Use the Docoh Web Clipper Chrome extension to create private Docoh notes from full web pages or selections of content from your browser window. Tag your note by ticker or folder name, and save to your Docoh account to be viewed or edited later.                    

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

Название Docoh Web Clipper Docoh Web Clipper
ID hkejpbfjpmjpebppbbkfgjinfooafamb
Официальный URL https://chromewebstore.google.com/detail/docoh-web-clipper/hkejpbfjpmjpebppbbkfgjinfooafamb
Описание Quickly save web articles as notes in Docoh, to help research your investment ideas.
Размер файла 345 KB
Количество установок 115
Текущая Версия 1.0.6
Последнее Обновление 2022-08-27
Дата публикации 2021-02-15
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://docoh.com
Тип оплаты free
URL страницы помощи https://docoh.com/contact
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Docoh Web Clipper",
    "version": "1.0.6",
    "description": "Quickly save web articles as notes in Docoh, to help research your investment ideas.",
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_title": "Docoh Web Clipper",
        "default_popup": "main.html",
        "default_icon": {
            "32": "icons\/icon-32.png",
            "64": "icons\/icon-64.png",
            "128": "icons\/icon-128.png",
            "180": "icons\/icon-180.png"
        }
    },
    "icons": {
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png",
        "180": "icons\/icon-180.png"
    }
}