Linkenstein

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

O que é Linkenstein?

Linkenstein é uma extensão do Chrome desenvolvida por Mykola Bespaliuk, e sua principal característica é "With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Linkenstein

Baixe arquivos de extensão Linkenstein no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Linkenstein Linkenstein
ID jemblnlfaakimlhnakdccmbokcoilmej
URL Oficial https://chromewebstore.google.com/detail/linkenstein/jemblnlfaakimlhnakdccmbokcoilmej
Descrição With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.
Tamanho do Arquivo 42.41 KB
Contagem de Instalações 170
Versão Atual 1.0.10
Última Atualização 2014-04-16
Data de Publicação 2014-04-16
Classificação 3.50/5 Total de 16 Avaliações
Desenvolvedor Mykola Bespaliuk
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}