ghbpffhommccngaklhadohaahppjlpdp
Copies the HTML of the currently selected elements when you right-click and select the option. Easily copy the HTML of selected elements with this handy extension. Right-click to choose between copying HTML with or without class attributes, perfect for web developers and designers looking to streamline their workflow.
Select & Copy HTML Text
Select part of an HTML document and copy the underlying text to the clipboard! This extension allows you to select and copy part of the rendered HTML document's text to the clipboard. In general, selecting and copying text on a webpage is hard because it is structured in an HTML format with nested elements. This addon lets you overcome this issue by capturing the underlying text behind the HTML document. When the addon is active, you can select any section of the page and copy the resulting text to the clipboard via the copy button at the top-right corner of the page popup. The toolbar button has a red color when the addon is active and a grey color in the inactive state. If you right-click on the toolbar button, there are two select methods to choose from. Try to see which one works best for you. Note: reloading or scrolling the page inactivates the addon. Please press the toolbar button again to activate it. If you have a feature request or found a bug to report, please fill out the bug report form on the add-on's homepage (https://mybrowseraddon.com/select-copy-html-text.html).
Copy HTML
Easily copy any page's HTML element to the clipboard with the press of a button or keyboard shortcut. Button method: 1. Click the page 2. Click the extension icon 3. HTML is copied to clipboard Keyboard shortcut method: 1. Open Manage Extensions › Keyboard Shortcuts and configure a shortcut 2. Open page and press the keyboard shortcut 3. HTML is copied to clipboard Quick, simple, and easy!
HTML Content Copier
If you've every had to extract content from a web page manually, you do something like the following: 1. Visit the page 2. Right click + Inspect element on an item on the page. 3. Right click the html container and select Edit as Html 4. Then select all and copy. This might be fine if it is one page, but it becomes tedious and annoying when you have to repeat this on many pages that are similar and you want the same element on each page, such as for an index page. This extension makes all this really easy. It allows you to enter the html/css selector for the element that you want to extract the Html of, set it once, and simply click copy.
Copy as Markdown
Alt+C to copy selected web content as Markdown, support headings, links, images, tables and more. Use Alt+C (Option+C on Mac) to copy any web page as plain-text Markdown, preserving headings, links, images, code blocks, tables, and lists with perfect formatting! Ideal for working with LLMs, creating .md files, or sharing web content via messaging apps. When you copy something, your clipboard stores up to three formats: plain text, HTML, and RTF (rich text format). In browsers, it’s typically plain text and HTML. The app where you paste determines which format to use. This works fine with editors like Notion, which take HTML and convert it into their internal format to preserve structure. However, it’s frustrating when working with LLMs because their input fields often only accept plain text, causing you to lose important context like table structures, link URLs, and headings. Before this extension, I had to copy from a webpage, paste it into Notion, copy from Notion, paste it into Sublime, and finally paste it into the LLM interface. This Chrome extension solves the problem by using the same technology that powers markdown editors—a library called ProseMirror. It directly processes the selected HTML from your browser to generate Markdown and places it in your clipboard. All the processing happens securely in your browser, bundled entirely within the extension, ensuring your content is processed offline for complete privacy. Update • v0.0.6: Improved manifesto file and setup GitHub repo, please use the github repo for feature request or bug report etc. https://github.com/ghcpuman902/copy-as-markdown Roadmap • 2024/11/13: Conceptualized the idea • 2024/11/15: Prototype completed • 2024/11/19: Published TODO: • Improve handling of relative URLs • Add more customizable key combinations • Further beautify Markdown output, especially for tables