Hyperlink5 Add a Link
Save links from the current browser page to your Hyperlink5 homepage. FREE Account and Login to Hyperlink5 is required.
Cos'è Hyperlink5 Add a Link?
Hyperlink5 Add a Link è un'estensione di Chrome sviluppata da http://www.hyperlink5.com, e la sua funzione principale è "Save links from the current browser page to your Hyperlink5 homepage. FREE Account and Login to Hyperlink5 is required.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hyperlink5 Add a Link
Scarica i file di estensione Hyperlink5 Add a Link in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | klcmoacknbpblkjhjkjllcpjaflkffkf |
URL Ufficiale | https://chrome.google.com/webstore/detail/hyperlink5-add-a-link/klcmoacknbpblkjhjkjllcpjaflkffkf |
Descrizione | Save links from the current browser page to your Hyperlink5 homepage. FREE Account and Login to Hyperlink5 is required. |
Dimensione del File | 226 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 0.74 |
Ultimo Aggiornamento | 2013-08-29 |
Data di Pubblicazione | 2013-08-29 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://www.hyperlink5.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.hyperlink5.com/index.php/extensions |
URL della Pagina di Aiuto | http://www.hyperlink5.com/index.php/blog |
Lingue Supportate | 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\/" ] } |