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
官方網址 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
    }
}