Link Gopher

Extracts and collates links from web pages

Link Gopher क्या है?

Link Gopher Andrew Ziem द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extracts and collates links from web pages"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Link Gopher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": []
}