LinkToId

This extension helps to identify and use linkable IDs within a page.

LinkToIdとは何ですか?

LinkToIdはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension helps to identify and use linkable IDs within a page.」です。

拡張機能のスクリーンショット

screenshot

LinkToId拡張機能のCRXファイルをダウンロード

LinkToId拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        When the fragment identifier (hash part) of an URL matches an element ID, the browser will scroll to that element. This is great if you want to link directly to a particular part or section of a page. LinkToId makes it super easy to identify an element ID and to obtain the URL of said element.

Press Ctrl and Alt to show the LinkToId tooltip, which will identify the closest linkable element. Click the left mouse button while the tooltip is showing to modify the fragment identifier of the current URL. You can now copy the full URL and use it anywhere as a direct link.

LinkToId is currently somewhat limited. If you want to contribute to development or suggest improvement ideas, please visit https://github.com/provegard/LinkToId.                    

拡張機能の基本情報

名前 LinkToId LinkToId
ID cggiopngamlojpeoliehhppmdphinjen
公式URL https://chromewebstore.google.com/detail/linktoid/cggiopngamlojpeoliehhppmdphinjen
説明 This extension helps to identify and use linkable IDs within a page.
ファイルサイズ 14.07 KB
インストール数 97
現在のバージョン 0.0.1
最終更新日 2015-01-04
公開日 2015-01-04
評価 5.00/5 合計 4 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/provegard/LinkToId
ヘルプページのURL https://github.com/provegard/linktoid/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkToId",
    "version": "0.0.1",
    "manifest_version": 2,
    "short_name": "LinkToId",
    "description": "This extension helps to identify and use linkable IDs within a page.",
    "author": "Per Rovegard",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "linktoid.js"
            ],
            "css": [
                "linktoid.css"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    }
}