Homeboard (Speed Dial)
Homeboard for Chrome – Launch, Share and Discover your favorite websites, from one place.
What is Homeboard (Speed Dial)?
Homeboard (Speed Dial) is a Chrome extension developed by https://homeboard.me, and its main feature is "Homeboard for Chrome – Launch, Share and Discover your favorite websites, from one place.".
Extension Screenshots
Download Homeboard (Speed Dial) Extension CRX File
Download Homeboard (Speed Dial) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Homeboard (Speed Dial) |
ID | nkojdolpdcdacegcbbmogdpfomkhabpp |
Official URL | https://chromewebstore.google.com/detail/homeboard-speed-dial/nkojdolpdcdacegcbbmogdpfomkhabpp |
Description | Homeboard for Chrome – Launch, Share and Discover your favorite websites, from one place. |
File Size | 57.25 KB |
Installation Count | 315 |
Current Version | 1.1.4 |
Last Updated | 2016-03-08 |
Publish Date | 2016-03-08 |
Rating | 3.40/5 Total 10 Ratings |
Developer | https://homeboard.me |
Payment Type | free |
Help Page URL | http://homeboard.me/help |
Supported Languages | 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" } } |