Start!
A new start page for all your start paging needs.
Start!란 무엇입니까?
Start!은(는) https://ilkkah.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A new start page for all your start paging needs."입니다.
확장 프로그램 스크린샷
Start! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Try Start! 2 - a new version has been published: https://chrome.google.com/webstore/detail/start-2/kmpdihgkoocjnalpalbomgfmheaooclo ---------------------------------------------------------- This is an alternative start page for Chrome. On the main pane you will have your bookmarks taken from the Bookmarks Bar. To put new sites there, just bookmark the sites as normally - into the bookmarks bar. Below it are the Chrome Web Apps. There is also a possibility to add your favorite news feed to the page. This uses Flickr for the background photos. You can also specify your own background with an url. C|Net review: http://howto.cnet.com/8301-11310_39-57393672-285/customize-and-enhance-chromes-start-tab/ Lifehacker review: http://lifehacker.com/5881052/lifehacker-faceoff-the-best-start-pages-for-your-browser FAQ: Q: Where's the "recently closed tabs"? A: It will there when it becomes available in Chrome extension API. In the meanwhile you can use Ctrl + Shift + T to re-open a recently closed tab. This is a faster method anyway. Troubleshooting: - Press Ctrl-R to refresh the page if something strange happens. Some people have had trouble uninstalling this. There are many ways to uninstall a Chrome extension - at least two ways through menus, and one way on this very page. Buzzwords: new tab, startpage, speed dial, rss, feed Feedback: https://chromestart.uservoice.com/
확장 프로그램 기본 정보
이름 | Start! |
ID | iniabgbbmccaomaocmhcfioahgipigbh |
공식 URL | https://chromewebstore.google.com/detail/start/iniabgbbmccaomaocmhcfioahgipigbh |
설명 | A new start page for all your start paging needs. |
파일 크기 | 1.46 MB |
설치 횟수 | 10,000 |
현재 버전 | 2.1.0 |
최근 업데이트 | 2017-03-11 |
출시 날짜 | 2017-03-11 |
평점 | 4.14/5 총 443 개의 평점 |
개발자 | https://ilkkah.com |
결제 유형 | free |
도움말 페이지 URL | https://chromestart.uservoice.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Start!", "version": "2.1.0", "manifest_version": 2, "description": "A new start page for all your start paging needs.", "options_page": "options.html", "icons": { "16": "stuff\/1276754433_media-playback-start.png", "32": "stuff\/1276754432_media-playback-start.png", "48": "stuff\/start-icon-48.png", "128": "stuff\/start-icon-128.png" }, "chrome_url_overrides": { "newtab": "browse.html" }, "permissions": [ "chrome:\/\/favicon\/", "bookmarks", "tabs", "management" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |