Homeboard (Speed Dial)

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

Homeboard (Speed Dial)คืออะไร?

Homeboard (Speed Dial) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://homeboard.me และคุณลักษณะหลักของมันคือ "Homeboard for Chrome – Launch, Share and Discover your favorite websites, from one place."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Homeboard (Speed Dial)

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}