Link Gopher

Extracts and collates links from web pages

Qu'est-ce que Link Gopher ?

Link Gopher est une extension Chrome développée par Andrew Ziem, et sa fonction principale est "Extracts and collates links from web pages".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Link Gopher

Téléchargez les fichiers d'extension Link Gopher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Link Gopher Link Gopher
ID bpjdkodgnbfalgghnbeggfbfjpcfamkf
URL Officiel https://chromewebstore.google.com/detail/link-gopher/bpjdkodgnbfalgghnbeggfbfjpcfamkf
Description Extracts and collates links from web pages
Taille du Fichier 31.35 KB
Nombre d'Installations 30,504
Version Actuelle 2.5.0
Dernière Mise à Jour 2023-09-28
Date de Publication 2017-11-28
Évaluation 4.57/5 Total 21 Évaluations
Développeur Andrew Ziem
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sites.google.com/site/linkgopher/
Langues Prises en Charge 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": []
}