Link Finder

Link Finder

Link Finder क्या है?

Link Finder https://codingeverything.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Link Finder"।

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

screenshot

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

crx प्रारूप में Link Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Find all links to named anchors within the page so you can create descriptive links to content within a page.

Simply click the ID button in your browsers action buttons.  The page will display all available fragmented links.  You can click on any link for a preview of where the page will load.  Copy the address directly from the popover or from the address bar after clicking a link.  To hide the popups, just click the icon again and you can resume work.                    

एक्सटेंशन की मूल जानकारी

नाम Link Finder Link Finder
ID jnodcgnkggmnlmcgibanbaeagpjckjnd
आधिकारिक URL https://chromewebstore.google.com/detail/link-finder/jnodcgnkggmnlmcgibanbaeagpjckjnd
विवरण Link Finder
फ़ाइल का आकार 230 KB
स्थापना संख्या 590
वर्तमान संस्करण 0.3
अंतिम अपडेट 2013-12-25
प्रकाशन तिथि 2013-12-24
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://codingeverything.blogspot.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/KyleMit/LinkFinder
सहायता पृष्ठ URL https://github.com/KyleMit/LinkFinder/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Finder",
    "version": "0.3",
    "description": "Link Finder",
    "icons": {
        "16": "Icons\/Logo16.png",
        "32": "Icons\/Logo32.png",
        "48": "Icons\/Logo48.png",
        "128": "Icons\/Logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "Icons\/LogoSmall19.png",
            "38": "Icons\/LogoSmall38.png"
        },
        "default_title": "Link Finder"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}