SiteLauncher Startup Edition
Fast keyboard-shortcut driven speed-dial extension. Provides super-fast navigation to your favorite websites.
SiteLauncher Startup Editionとは何ですか?
SiteLauncher Startup Editionはhttps://www.donesmart.comによって開発されたChromeの拡張機能で、その主な機能は「Fast keyboard-shortcut driven speed-dial extension. Provides super-fast navigation to your favorite websites.」です。
拡張機能のスクリーンショット
SiteLauncher Startup Edition拡張機能のCRXファイルをダウンロード
SiteLauncher Startup Edition拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
SiteLauncher is a Chrome "speed dial" extension that gives you a super-fast, beautiful and organized way to access your top-favorite sites. Speed dial to your favorite sites without the need to load a new tab first.
***
This is a special Startup edition of SiteLauncher that features carefully chosen links to tools and resources for Startups.
***
Just click the red triangle — or press the keyboard hotkey, Ctrl+M by default — for single tap access to your predefined list of top 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. Whichever way works best for you.
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 theme that suits your style. Includes four free beautiful themes with additional premium themes available.
* 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. And 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 | kpkjomcemjimkbmhiobdobpiocgnkgoc |
| 公式URL | https://chromewebstore.google.com/detail/sitelauncher-startup-edit/kpkjomcemjimkbmhiobdobpiocgnkgoc |
| 説明 | Fast keyboard-shortcut driven speed-dial extension. Provides super-fast navigation to your favorite websites. |
| ファイルサイズ | 2.56 MB |
| インストール数 | 285 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2017-11-25 |
| 公開日 | 2017-11-25 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://www.donesmart.com |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.donesmart.com/ |
| ヘルプページのURL | http://www.donesmart.com/support/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SiteLauncher Startup Edition",
"short_name": "SiteLauncher SE",
"description": "Fast keyboard-shortcut driven speed-dial extension. Provides super-fast navigation to your favorite websites.",
"version": "1.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"
]
} | |