Immanens Web Clipper

Use this extension to quote what you see on the web in your reports, presentations, blogs etc.

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

Immanens Web Clipper - это расширение Chrome, разработанное Immanens, и его основная функция - "Use this extension to quote what you see on the web in your reports, presentations, blogs etc.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Immanens Web Clipper : an easy way to clip text, pictures, pdfs, part of anything you want in web pages,…  and save them.

Save and share any thing on the web, what you see and what you want.

You can Clip html elements, but also with the layout, sort of screeshot tool.
It comes with  automatic referencing of the original web page with a web link.

Use it to enrich with web content  and share: presentations, reports, blogs, …

Desktop office suite and web tools compatible                    

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

Название Immanens Web Clipper Immanens Web Clipper
ID bhfahcmhaoimhmdgpnjgobfljafbkkhp
Официальный URL https://chromewebstore.google.com/detail/immanens-web-clipper/bhfahcmhaoimhmdgpnjgobfljafbkkhp
Описание Use this extension to quote what you see on the web in your reports, presentations, blogs etc.
Размер файла 50.25 KB
Количество установок 82
Текущая Версия 2.1.0
Последнее Обновление 2022-01-07
Дата публикации 2021-09-06
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Immanens
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en,fr,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Immanens",
    "name": "__MSG_ExtensionName__",
    "description": "__MSG_ExtensionDescription__",
    "version": "2.1.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/www.immanens.com",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "styles\/img\/icon16.png",
        "default_title": "__MSG_BrowserActionTitle__"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "styles\/img\/icon16.png",
        "48": "styles\/img\/icon48.png",
        "128": "styles\/img\/icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        "lib\/imm-web-clipper.js"
    ]
}