Homeboard (Speed Dial)

Homeboard for Chrome – Launch, Share and Discover your favorite websites, from one place.

Cos'è Homeboard (Speed Dial)?

Homeboard (Speed Dial) è un'estensione di Chrome sviluppata da https://homeboard.me, e la sua funzione principale è "Homeboard for Chrome – Launch, Share and Discover your favorite websites, from one place.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Homeboard (Speed Dial)

Scarica i file di estensione Homeboard (Speed Dial) 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

                        The extension replaces your Homepage & New Tab Page with the best website speed dial you can get. Add new shortcuts to your board while you are browsing your favorite sites.
 
Homeboard’s features:
Dashboard
Where the magic happens! Speed dial all your favorite sites and make enhanced searches.
 
Profile page
Share all of your social profiles (Facebook, Twitter, Pinterest, YouTube, Tumblr, Flickr, etc.) from one place: your Homeboard profile.  Find people in all social networks at once, and check the sites visited by your friends.
 
Shortcut Store
Discover new great sites with Homeboard’s suggestions, based on your friends’ activity and what people of your same ASL are browsing. Search our site database or add a custom shortcut.                    

Informazioni di Base sull'Estensione

Nome Homeboard (Speed Dial) Homeboard (Speed Dial)
ID nkojdolpdcdacegcbbmogdpfomkhabpp
URL Ufficiale https://chromewebstore.google.com/detail/homeboard-speed-dial/nkojdolpdcdacegcbbmogdpfomkhabpp
Descrizione Homeboard for Chrome – Launch, Share and Discover your favorite websites, from one place.
Dimensione del File 57.25 KB
Conteggio Installazioni 315
Versione Corrente 1.1.4
Ultimo Aggiornamento 2016-03-08
Data di Pubblicazione 2016-03-08
Valutazione 3.40/5 Totale 10 Valutazioni
Sviluppatore https://homeboard.me
Tipo di Pagamento free
URL della Pagina di Aiuto http://homeboard.me/help
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Homeboard (Speed Dial)",
    "short_name": "Homeboard",
    "description": "Homeboard for Chrome \u2013 Launch, Share and Discover your favorite websites, from one place.",
    "version": "1.1.4",
    "icons": {
        "16": "h_16px.png",
        "48": "h_48px.png",
        "128": "h_128px.png"
    },
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/homeboard.me\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/homeboard.me\/*"
            ],
            "js": [
                "embed.js"
            ]
        }
    ],
    "background": {
        "page": "redirect.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/h_19px.png",
            "38": "images\/h_38px.png"
        },
        "default_title": "Homeboard",
        "default_popup": "popup.html"
    }
}