Link Extractor
Copy links with links text to clibboard. Spreadsheet-friendly!
What is Link Extractor?
Link Extractor is a Chrome extension developed by Unknown, and its main feature is "Copy links with links text to clibboard. Spreadsheet-friendly!".
Extension Screenshots
Download Link Extractor Extension CRX File
Download Link Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Copy links from selected text on a page in a spreadsheet-friendly format! Just select a text containing a few links and select 'Copy links' in a right-click menu. Your links will be copied in a two-column table containing one column for link texts and another column for link URLs.
Extension Basic Information
Name | Link Extractor |
ID | hfggooianhnifmngaedjoiooohhdedim |
Official URL | https://chromewebstore.google.com/detail/link-extractor/hfggooianhnifmngaedjoiooohhdedim |
Description | Copy links with links text to clibboard. Spreadsheet-friendly! |
File Size | 32.86 KB |
Installation Count | 651 |
Current Version | 0.0.0.1 |
Last Updated | 2020-05-21 |
Publish Date | 2020-05-21 |
Rating | 3.29/5 Total 7 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Extractor", "version": "0.0.0.1", "description": "Copy links with links text to clibboard. Spreadsheet-friendly!", "permissions": [ "activeTab", "contextMenus" ], "background": { "scripts": [ "bg.js" ] }, "icons": { "16": "Icon1_32.png", "32": "Icon1_32.png", "48": "Icon1_48.png", "128": "Icon1_128.png" }, "manifest_version": 2 } |