Link Extractor
An easy to use extractor for hyperlinks on any page
What is Link Extractor?
Link Extractor is a Chrome extension developed by ultimateblaze1, and its main feature is "An easy to use extractor for hyperlinks on any page".
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
Easily extract all links from any website by just pressing the Apps icon. You can also filter the result how you like.
Extension Basic Information
Name | |
ID | ijknljdfdogfmhlbcfiohoaihoeegecc |
Official URL | https://chrome.google.com/webstore/detail/link-extractor/ijknljdfdogfmhlbcfiohoaihoeegecc |
Description | An easy to use extractor for hyperlinks on any page |
File Size | 876 KB |
Installation Count | 4,873 |
Current Version | 0.3 |
Last Updated | 2019-04-14 |
Publish Date | 2019-04-14 |
Rating | 3.83/5 Total 6 Ratings |
Developer | ultimateblaze1 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Extractor", "version": "0.3", "options_page": "html\/options.html", "incognito": "split", "description": "An easy to use extractor for hyperlinks on any page", "permissions": [ "activeTab", "storage", "clipboardWrite", "contextMenus" ], "browser_action": { "default_title": "Extract the links on this page", "default_icon": { "16": "images\/hyperlink.png", "32": "images\/hyperlink.png", "48": "images\/hyperlink.png", "128": "images\/hyperlink.png" } }, "icons": { "16": "images\/hyperlink.png", "32": "images\/hyperlink.png", "48": "images\/hyperlink.png", "128": "images\/hyperlink.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |