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