Fine Link Selector

Make it easy to select a part of link texts

Что такое Fine Link Selector?

Fine Link Selector - это расширение Chrome, разработанное mkhr, и его основная функция - "Make it easy to select a part of link texts".

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

screenshot
screenshot

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

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

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

                        While holding down [Ctrl] + [Alt], you can select a part of a link text in the same way as a plain text.
You can change the combination of modifier keys at the options page.                    

Основная информация о расширении

Название Fine Link Selector Fine Link Selector
ID adcehildlgkafghlmnbnhegagachlioe
Официальный URL https://chromewebstore.google.com/detail/fine-link-selector/adcehildlgkafghlmnbnhegagachlioe
Описание Make it easy to select a part of link texts
Размер файла 20.34 KB
Количество установок 2,104
Текущая Версия 0.1.5
Последнее Обновление 2013-02-06
Дата публикации 2013-02-06
Рейтинг 4.90/5 Всего 20 оценок
Разработчик mkhr
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fine Link Selector",
    "version": "0.1.5",
    "description": "__MSG_Manifest_Description__",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/cs.js"
            ],
            "css": [
                "css\/cs.css"
            ],
            "all_frames": true
        }
    ],
    "offline_enabled": true,
    "options_page": "html\/opt.html",
    "permissions": [
        "storage"
    ]
}