Linkenstein

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

What is Linkenstein?

Linkenstein is a Chrome extension developed by Mykola Bespaliuk, and its main feature is "With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Linkenstein Extension CRX File

Download Linkenstein extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Linkenstein Linkenstein
ID jemblnlfaakimlhnakdccmbokcoilmej
Official URL https://chromewebstore.google.com/detail/linkenstein/jemblnlfaakimlhnakdccmbokcoilmej
Description With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.
File Size 42.41 KB
Installation Count 170
Current Version 1.0.10
Last Updated 2014-04-16
Publish Date 2014-04-16
Rating 3.50/5 Total 16 Ratings
Developer Mykola Bespaliuk
Payment Type free
Supported Languages 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"
    }
}