Hyperlink5 Add a Link

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

Co to jest Hyperlink5 Add a Link?

Hyperlink5 Add a Link to rozszerzenie Chrome opracowane przez http://www.hyperlink5.com, a jego główną funkcją jest „Save links from the current browser page to your Hyperlink5 homepage. FREE Account and Login to Hyperlink5 is required.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hyperlink5 Add a Link

Pobierz pliki rozszerzeń Hyperlink5 Add a Link w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Hyperlink5 Add a Link Hyperlink5 Add a Link
ID klcmoacknbpblkjhjkjllcpjaflkffkf
Oficjalny URL https://chrome.google.com/webstore/detail/hyperlink5-add-a-link/klcmoacknbpblkjhjkjllcpjaflkffkf
Opis Save links from the current browser page to your Hyperlink5 homepage. FREE Account and Login to Hyperlink5 is required.
Rozmiar pliku 226 KB
Liczba instalacji 17
Aktualna Wersja 0.74
Ostatnia Aktualizacja 2013-08-29
Data Publikacji 2013-08-29
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://www.hyperlink5.com
Typ Płatności free
Strona Rozszerzenia http://www.hyperlink5.com/index.php/extensions
Adres URL Strony Pomocy http://www.hyperlink5.com/index.php/blog
Obsługiwane Języki 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\/"
    ]
}