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.」です。
拡張機能のスクリーンショット
Immanens Web Clipper拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" ] } |