Link Finder

Link Finder

什么是Link Finder?

Link Finder是由https://codingeverything.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Link Finder”。

扩展截图

screenshot

下载Link Finder扩展crx文件

下载Link Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
    }
}