Homeboard (Speed Dial)

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

Apa itu Homeboard (Speed Dial)?

Homeboard (Speed Dial) adalah ekstensi Chrome yang dikembangkan oleh https://homeboard.me, dan fitur utamanya adalah "Homeboard for Chrome – Launch, Share and Discover your favorite websites, from one place.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Homeboard (Speed Dial)

Unduh file ekstensi Homeboard (Speed Dial) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Homeboard (Speed Dial) Homeboard (Speed Dial)
ID nkojdolpdcdacegcbbmogdpfomkhabpp
URL Resmi https://chromewebstore.google.com/detail/homeboard-speed-dial/nkojdolpdcdacegcbbmogdpfomkhabpp
Deskripsi Homeboard for Chrome – Launch, Share and Discover your favorite websites, from one place.
Ukuran File 57.25 KB
Jumlah Instalasi 315
Versi Saat Ini 1.1.4
Terakhir Diperbarui 2016-03-08
Tanggal Publikasi 2016-03-08
Penilaian 3.40/5 Total 10 Penilaian
Pengembang https://homeboard.me
Tipe Pembayaran free
URL Halaman Bantuan http://homeboard.me/help
Bahasa yang Didukung 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"
    }
}