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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" } } |