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은(는) Immanens에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use this extension to quote what you see on the web in your reports, presentations, blogs etc."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Immanens Web Clipper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}