Linkenstein

With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.

Linkenstein란 무엇입니까?

Linkenstein은(는) Mykola Bespaliuk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Linkenstein 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.

- For selected URL shortening service press the trigger key (see options) before calling context menu of a link.

- Google's URL shortener also writes shortened links into personal history (if you have a Google account and are currently logged in)

- To copy URL and title of current page you can call the context menu in any "free" space on the page.                    

확장 프로그램 기본 정보

이름 Linkenstein Linkenstein
ID jemblnlfaakimlhnakdccmbokcoilmej
공식 URL https://chromewebstore.google.com/detail/linkenstein/jemblnlfaakimlhnakdccmbokcoilmej
설명 With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.
파일 크기 42.41 KB
설치 횟수 170
현재 버전 1.0.10
최근 업데이트 2014-04-16
출시 날짜 2014-04-16
평점 3.50/5 총 16 개의 평점
개발자 Mykola Bespaliuk
결제 유형 free
지원되는 언어 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_AppName__",
    "version": "1.0.10",
    "description": "__MSG_AppDesc__",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "clipboardRead",
        "clipboardWrite",
        "*:\/\/*\/*"
    ],
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/imageinfo-16.png",
        "19": "img\/imageinfo-19.png",
        "48": "img\/imageinfo-48.png",
        "128": "img\/imageinfo-128.png"
    }
}