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.”。
擴展截圖
下載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) |
ID | nkojdolpdcdacegcbbmogdpfomkhabpp |
官方網址 | 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" } } |