Hyperlink5 Add a Link

Save links from the current browser page to your Hyperlink5 homepage. FREE Account and Login to Hyperlink5 is required.

Что такое Hyperlink5 Add a Link?

Hyperlink5 Add a Link - это расширение Chrome, разработанное http://www.hyperlink5.com, и его основная функция - "Save links from the current browser page to your Hyperlink5 homepage. FREE Account and Login to Hyperlink5 is required.".

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

screenshot

Скачать файл CRX расширения Hyperlink5 Add a Link

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

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

                        Save bookmarks to the cloud and access them from any browser, with no syncing required. 

Don't be deceived by the simplicity of the pictured page. You can search bookmarks, drag and drop to organize, and edit with a simple right-click. 

Over time you will become accustomed to the position of certain links and you will find them without even looking. And you will never again need to navigate folder trees full of bookmarks.

It's free, will always be free, so try it!                    

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

Название Hyperlink5 Add a Link Hyperlink5 Add a Link
ID klcmoacknbpblkjhjkjllcpjaflkffkf
Официальный URL https://chrome.google.com/webstore/detail/hyperlink5-add-a-link/klcmoacknbpblkjhjkjllcpjaflkffkf
Описание Save links from the current browser page to your Hyperlink5 homepage. FREE Account and Login to Hyperlink5 is required.
Размер файла 226 KB
Количество установок 17
Текущая Версия 0.74
Последнее Обновление 2013-08-29
Дата публикации 2013-08-29
Рейтинг 5.00/5 Всего 1 оценок
Разработчик http://www.hyperlink5.com
Тип оплаты free
Официальный сайт расширения http://www.hyperlink5.com/index.php/extensions
URL страницы помощи http://www.hyperlink5.com/index.php/blog
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hyperlink5 Add a Link",
    "version": "0.74",
    "description": "Save links from the current browser page to your Hyperlink5 homepage. FREE Account and Login to Hyperlink5 is required.",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "hyperlink5_thumb_19.png",
        "default_title": "Hyperlink5",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "hyperlink5_thumb_16.png",
        "48": "hyperlink5_thumb_48.png",
        "128": "hyperlink5_thumb_128.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "http:\/\/www.hyperlink5.com\/"
    ]
}