Homeboard (Speed Dial)

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

什么是Homeboard (Speed Dial)?

Homeboard (Speed Dial)是由https://homeboard.me开发的Chrome扩展程序,该扩展的主要功能是“Homeboard for Chrome – Launch, Share and Discover your favorite websites, from one place.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Homeboard (Speed Dial)扩展crx文件

下载Homeboard (Speed Dial)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Homeboard (Speed Dial) Homeboard (Speed Dial)
ID nkojdolpdcdacegcbbmogdpfomkhabpp
官方URL https://chromewebstore.google.com/detail/homeboard-speed-dial/nkojdolpdcdacegcbbmogdpfomkhabpp
简介 Homeboard for Chrome – Launch, Share and Discover your favorite websites, from one place.
文件大小 57.25 KB
安装次数 315
当前版本 1.1.4
更新时间 2016-03-08
上架时间 2016-03-08
评分 3.40/5 共10次评分
开发者 https://homeboard.me
付费类型 free
帮助页面URL http://homeboard.me/help
支持的语言 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"
    }
}