Link Gopher
Extracts and collates links from web pages
What is Link Gopher?
Link Gopher is a Chrome extension developed by Andrew Ziem, and its main feature is "Extracts and collates links from web pages".
Extension Screenshots
Download Link Gopher Extension CRX File
Download Link Gopher 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
Extracts all links from web page, sorts them, removes duplicates, and displays them in a new tab for copy and paste into other systems.
Extension Basic Information
Name | Link Gopher |
ID | bpjdkodgnbfalgghnbeggfbfjpcfamkf |
Official URL | https://chromewebstore.google.com/detail/link-gopher/bpjdkodgnbfalgghnbeggfbfjpcfamkf |
Description | Extracts and collates links from web pages |
File Size | 31.35 KB |
Installation Count | 30,504 |
Current Version | 2.5.0 |
Last Updated | 2023-09-28 |
Publish Date | 2017-11-28 |
Rating | 4.57/5 Total 21 Ratings |
Developer | Andrew Ziem |
[email protected] | |
Payment Type | free |
Extension Website | https://sites.google.com/site/linkgopher/ |
Supported Languages | de,en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "2.5.0", "description": "__MSG_extensionDescription__", "default_locale": "en", "homepage_url": "https:\/\/sites.google.com\/site\/linkgopher\/", "icons": { "16": "icons\/link-gopher-16.png", "32": "icons\/link-gopher-32.png", "64": "icons\/link-gopher-64.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "45.0" } }, "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "scripting" ], "action": { "default_icon": "icons\/link-gopher-32.png", "default_title": "__MSG_extensionName__", "default_popup": "popup\/popup.html" }, "content_security_policy": [] } |