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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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