Link Gopher

Extracts and collates links from web pages

ما هو Link Gopher؟

Link Gopher هو إضافة Chrome تم تطويرها بواسطة Andrew Ziem، والميزة الرئيسية لها هي "Extracts and collates links from web pages".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Link Gopher

قم بتنزيل ملفات الامتداد Link Gopher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Link Gopher Link Gopher
ID bpjdkodgnbfalgghnbeggfbfjpcfamkf
عنوان URL الرسمي https://chromewebstore.google.com/detail/link-gopher/bpjdkodgnbfalgghnbeggfbfjpcfamkf
الوصف Extracts and collates links from web pages
حجم الملف 31.35 KB
عدد التثبيتات 30,504
النسخة الحالية 2.5.0
آخر تحديث 2023-09-28
تاريخ النشر 2017-11-28
تقييم 4.57/5 مجموع تقييمات 21
المطور Andrew Ziem
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://sites.google.com/site/linkgopher/
اللغات المدعومة 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": []
}