Linkenstein

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

¿Qué es Linkenstein?

Linkenstein es una extensión de Chrome desarrollada por Mykola Bespaliuk, y su función principal es "With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Linkenstein

Descarga archivos de extensión Linkenstein en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Linkenstein Linkenstein
ID jemblnlfaakimlhnakdccmbokcoilmej
URL Oficial https://chromewebstore.google.com/detail/linkenstein/jemblnlfaakimlhnakdccmbokcoilmej
Descripción With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.
Tamaño del Archivo 42.41 KB
Cantidad de Instalaciones 170
Versión Actual 1.0.10
Última Actualización 2014-04-16
Fecha de Publicación 2014-04-16
Calificación 3.50/5 Total de 16 Calificaciones
Desarrollador Mykola Bespaliuk
Tipo de Pago free
Idiomas Soportados 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"
    }
}