DOM Capture
Capture's Dom Elements
DOM Captureとは何ですか?
DOM CaptureはMatthias Eichnerによって開発されたChromeの拡張機能で、その主な機能は「Capture's Dom Elements」です。
拡張機能のスクリーンショット
DOM Capture拡張機能のCRXファイルをダウンロード
DOM Capture拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows you to take a screenshot of the whole webpage or just of the part(s) you require. ✔️ Take screenshots with one click ✔️ Copy to clipboard or store to png file ✔️ No server request required! Everything happens locally in your browser! ✔️ Free and Open Source DOM Capture is not just another screenshot tool. Its technical approach is unique and lets you merge different parts of a website into a single image. All with one click! Be aware that you will need some knowledge of HTML and the Google Developer Console if you want to use this particular feature!
拡張機能の基本情報
名前 | DOM Capture |
ID | ifldimnhajpgognpcoomiokinilgjgbl |
公式URL | https://chromewebstore.google.com/detail/dom-capture/ifldimnhajpgognpcoomiokinilgjgbl |
説明 | Capture's Dom Elements |
ファイルサイズ | 159 KB |
インストール数 | 221 |
現在のバージョン | 1.0.1 |
最終更新日 | 2021-01-04 |
公開日 | 2021-01-04 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | Matthias Eichner |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Mewel/DOMCapture |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DOM Capture", "description": "Capture's Dom Elements", "version": "1.0.1", "icons": { "32": "icon_32.png", "128": "icon_128.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", " |