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