SiteLauncher
Fast mouse and keyboard-shortcut driven speed-dial extension. Provides super-fast navigation to your favorite websites.
SiteLauncher란 무엇입니까?
SiteLauncher은(는) http://www.donesmart.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fast mouse and keyboard-shortcut driven speed-dial extension. Provides super-fast navigation to your favorite websites."입니다.
확장 프로그램 스크린샷
SiteLauncher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SiteLauncher is a Chrome "speed dial" extension that gives you a super-fast, beautiful, organized and more stylish way to access your favorite sites. Speed dial to your favorite sites without the need to load a new tab first. Just click the red toolbar icon — or press the keyboard hotkey, Ctrl+M by default — for single tap access to your predefined list of favorite websites. You can open sites from the "Launcher" speed-dial panel by custom single key shortcuts, arrow keys & [enter] navigation or by mouse/touch click. Keyboard Examples: open Facebook by pressing Ctrl + M + F or open Google by Ctrl + M + G. The default hotkey can also be changed from Ctrl + M to something else (pro-tip: many prefer to set it to Ctrl + Space). And of course you can setup similar shortcuts to any URLs/sites you wish, as well as delete and edit the built-in defaults. SiteLauncher is free to use and doesn't contain any spyware (and we promise to never add any). Feature Highlights: * The Launcher gives you a quick and beautiful way access to your favorite sites * Pick a background theme (from over 120 included) that suits your style or use your own custom image as a background. * The Shortcut Manager makes it easy to add, edit and remove shortcuts. Each shortcut can point to any URL/site you wish. * Option to set a custom keyboard letter to each site gives you super-fast keyboard tap navigation from the Launcher * Cloud ready. Shortcuts are stored as special bookmarks and are therefore automatically kept in sync across multiple computers if you use a Google Chrome account. * Group related shortcuts together for quick visual scanning of the Launcher. * Security and privacy—the SiteLauncher extension does not monitor, collect or transit any personal data about you, ever. We intend to keep it that way. ---------- SiteLauncher is made by DoneSmart Ltd - makers of the popular SiteLauncher add-on for Firefox. SiteLauncher is subject to the following Terms of Use and Privacy Policy: Terms of Use: http://www.donesmart.com/tos.html Privacy policy: http://www.donesmart.com/sitelauncher/chrome/privacy.html Copyright DoneSmart Ltd. SiteLauncher is a registered trademark of DoneSmart Ltd. All rights reserved.
확장 프로그램 기본 정보
이름 | |
ID | calhgleedaaigmhnoklfenlfhlbfdloo |
공식 URL | https://chrome.google.com/webstore/detail/sitelauncher/calhgleedaaigmhnoklfenlfhlbfdloo |
설명 | Fast mouse and keyboard-shortcut driven speed-dial extension. Provides super-fast navigation to your favorite websites. |
파일 크기 | 13.37 MB |
설치 횟수 | 6,476 |
현재 버전 | 6.0.0 |
최근 업데이트 | 2020-02-08 |
출시 날짜 | 2020-02-08 |
평점 | 3.96/5 총 114 개의 평점 |
개발자 | http://www.donesmart.com |
확장 프로그램 웹 사이트 | http://www.donesmart.com/ |
도움말 페이지 URL | http://www.donesmart.com/support/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SiteLauncher", "short_name": "SiteLauncher", "description": "Fast mouse and keyboard-shortcut driven speed-dial extension. Provides super-fast navigation to your favorite websites.", "version": "6.0.0", "manifest_version": 2, "browser_action": { "default_icon": { "19": "images\/icon-19px.png", "38": "images\/icon-38px.png" }, "default_title": "", "default_popup": "launcher.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+M", "mac": "MacCtrl+M", "chromeos": "Ctrl+M", "linux": "Ctrl+M" } } }, "icons": { "16": "images\/icon-16px.png", "48": "images\/icon-48px.png", "128": "images\/icon-128px.png" }, "options_page": "options.html", "background": { "page": "background.html" }, "permissions": [ "tabs", "contextMenus", "bookmarks", "http:\/\/*\/*", "https:\/\/*\/*", "chrome:\/\/favicon\/*", "unlimitedStorage", "webRequest", "webRequestBlocking" ] } |