Link Gopher

Extracts and collates links from web pages

Wat is Link Gopher?

Link Gopher is een Chrome-extensie ontwikkeld door Andrew Ziem, en de belangrijkste functie is "Extracts and collates links from web pages".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Link Gopher

Download Link Gopher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Extracts all links from web page, sorts them, removes duplicates, and displays them in a new tab for copy and paste into other systems.                    

Basisinformatie over de Extensie

Naam Link Gopher Link Gopher
ID bpjdkodgnbfalgghnbeggfbfjpcfamkf
Officiële URL https://chromewebstore.google.com/detail/link-gopher/bpjdkodgnbfalgghnbeggfbfjpcfamkf
Beschrijving Extracts and collates links from web pages
Bestandsgrootte 31.35 KB
Aantal Installaties 30,504
Huidige Versie 2.5.0
Laatst Bijgewerkt 2023-09-28
Publicatiedatum 2017-11-28
Beoordeling 4.57/5 Totaal 21 Beoordelingen
Ontwikkelaar Andrew Ziem
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sites.google.com/site/linkgopher/
Ondersteunde Talen 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": []
}