Linkenstein

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

Что такое Linkenstein?

Linkenstein - это расширение Chrome, разработанное Mykola Bespaliuk, и его основная функция - "With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Linkenstein

Скачайте файлы расширений Linkenstein в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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