Hyperbook

Hyperbook - Remember everything you browse

Cos'è Hyperbook?

Hyperbook è un'estensione di Chrome sviluppata da getbook.co, e la sua funzione principale è "Hyperbook - Remember everything you browse".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hyperbook

Scarica i file di estensione Hyperbook 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

                        Hyperbook helps you to organize your digital information as you browse.

Our  chrome extension  http://getbook.co/ helps you to remember everything you read  and quickly 

     Search
     Organize 
     Share 
                     	    
Enabling you to get the right information at the right time                    

Informazioni di Base sull'Estensione

Nome Hyperbook Hyperbook
ID ainfeddpkaecnppaginaecbbjpjmficb
URL Ufficiale https://chromewebstore.google.com/detail/hyperbook/ainfeddpkaecnppaginaecbbjpjmficb
Descrizione Hyperbook - Remember everything you browse
Dimensione del File 862 KB
Conteggio Installazioni 150
Versione Corrente 15.85
Ultimo Aggiornamento 2015-12-08
Data di Pubblicazione 2015-12-07
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore getbook.co
Tipo di Pagamento free
Sito Web dell'Estensione http://getbook.co
URL della Pagina di Aiuto https://www.facebook.com/groups/hyperbook/
Lingue Supportate en
manifest.json
{
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "src\/background.js"
        ]
    },
    "permissions": [
        "idle",
        "tabs",
        "contextMenus",
        "bookmarks",
        "http:\/\/*.getbook.co\/*",
        "topSites",
        "chrome:\/\/favicon\/",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "images\/logo1.png",
        "default_popup": "src\/popup.html",
        "default_title": "Add to HyperBook"
    },
    "description": "Hyperbook - Remember everything you browse",
    "icons": {
        "16": "images\/logo2.png",
        "48": "images\/logo2.png",
        "128": "images\/logo2.png"
    },
    "manifest_version": 2,
    "name": "Hyperbook",
    "homepage_url": "http:\/\/getbook.co",
    "optional_permissions": [
        "topSites"
    ],
    "options_page": "src\/options.html",
    "short_name": "Hyperbook - information organizer",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "15.85",
    "content_security_policy": "script-src 'self'   https:\/\/query.yahooapis.com; object-src 'self' "
}