Link Gopher

Extracts and collates links from web pages

Apa itu Link Gopher?

Link Gopher adalah ekstensi Chrome yang dikembangkan oleh Andrew Ziem, dan fitur utamanya adalah "Extracts and collates links from web pages".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Link Gopher

Unduh file ekstensi Link Gopher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Link Gopher Link Gopher
ID bpjdkodgnbfalgghnbeggfbfjpcfamkf
URL Resmi https://chromewebstore.google.com/detail/link-gopher/bpjdkodgnbfalgghnbeggfbfjpcfamkf
Deskripsi Extracts and collates links from web pages
Ukuran File 31.35 KB
Jumlah Instalasi 30,504
Versi Saat Ini 2.5.0
Terakhir Diperbarui 2023-09-28
Tanggal Publikasi 2017-11-28
Penilaian 4.57/5 Total 21 Penilaian
Pengembang Andrew Ziem
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://sites.google.com/site/linkgopher/
Bahasa yang Didukung 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": []
}