Start! 2
A new start page for all your start paging needs.
Start! 2란 무엇입니까?
Start! 2은(는) https://ilkkah.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A new start page for all your start paging needs."입니다.
확장 프로그램 스크린샷
Start! 2 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Start! 2 is a new version of Start! Features: - Automatic logo fetching - Automatic background images from Flickr, a new background updates periodically - A nice bookmarks browser Support: http://ilkkah.com/2017/03/01/start-2/
확장 프로그램 기본 정보
이름 | Start! 2 |
ID | kmpdihgkoocjnalpalbomgfmheaooclo |
공식 URL | https://chromewebstore.google.com/detail/start-2/kmpdihgkoocjnalpalbomgfmheaooclo |
설명 | A new start page for all your start paging needs. |
파일 크기 | 124 KB |
설치 횟수 | 81 |
현재 버전 | 1.1.8 |
최근 업데이트 | 2017-04-01 |
출시 날짜 | 2017-03-31 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | https://ilkkah.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://ilkkah.com/2017/03/01/start-2/ |
도움말 페이지 URL | http://ilkkah.com/2017/03/01/start-2/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Start! 2", "version": "1.1.8", "manifest_version": 2, "description": "A new start page for all your start paging needs.", "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": [ "http:\/\/*\/", "https:\/\/*\/", "chrome:\/\/favicon\/", "bookmarks", "tabs", "management" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/api.flickr.com; object-src 'self'" } |