Hyperlink5 Add a Link
Save links from the current browser page to your Hyperlink5 homepage. FREE Account and Login to Hyperlink5 is required.
Was ist Hyperlink5 Add a Link?
Hyperlink5 Add a Link ist eine Chrome-Erweiterung, die von http://www.hyperlink5.com entwickelt wurde, und ihr Hauptmerkmal ist "Save links from the current browser page to your Hyperlink5 homepage. FREE Account and Login to Hyperlink5 is required.".
Erweiterungsscreenshots
Hyperlink5 Add a Link-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hyperlink5 Add a Link-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | klcmoacknbpblkjhjkjllcpjaflkffkf |
Offizielle URL | https://chrome.google.com/webstore/detail/hyperlink5-add-a-link/klcmoacknbpblkjhjkjllcpjaflkffkf |
Beschreibung | Save links from the current browser page to your Hyperlink5 homepage. FREE Account and Login to Hyperlink5 is required. |
Dateigröße | 226 KB |
Installationsanzahl | 17 |
Aktuelle Version | 0.74 |
Letztes Update | 2013-08-29 |
Veröffentlichungsdatum | 2013-08-29 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://www.hyperlink5.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.hyperlink5.com/index.php/extensions |
Hilfeseite URL | http://www.hyperlink5.com/index.php/blog |
Unterstützte Sprachen | 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\/" ] } |