Homeboard (Speed Dial)

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

Was ist Homeboard (Speed Dial)?

Homeboard (Speed Dial) ist eine Chrome-Erweiterung, die von https://homeboard.me entwickelt wurde, und ihr Hauptmerkmal ist "Homeboard for Chrome – Launch, Share and Discover your favorite websites, from one place.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Homeboard (Speed Dial)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Homeboard (Speed Dial)-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Homeboard (Speed Dial) Homeboard (Speed Dial)
ID nkojdolpdcdacegcbbmogdpfomkhabpp
Offizielle URL https://chromewebstore.google.com/detail/homeboard-speed-dial/nkojdolpdcdacegcbbmogdpfomkhabpp
Beschreibung Homeboard for Chrome – Launch, Share and Discover your favorite websites, from one place.
Dateigröße 57.25 KB
Installationsanzahl 315
Aktuelle Version 1.1.4
Letztes Update 2016-03-08
Veröffentlichungsdatum 2016-03-08
Bewertung 3.40/5 Insgesamt 10 Bewertungen
Entwickler https://homeboard.me
Zahlungsart free
Hilfeseite URL http://homeboard.me/help
Unterstützte Sprachen 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"
    }
}