Top Sites
A new tab that shows your top sites. Inspired by a very old version of Chrome's new tab.
Top Sites란 무엇입니까?
Top Sites은(는) devhl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A new tab that shows your top sites. Inspired by a very old version of Chrome's new tab."입니다.
확장 프로그램 스크린샷
Top Sites 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Replaces the new tab. It's like the old new tab, only better. V1.0.1 - Improved locating the favicon V1.0.0 - Removes many features that seemed unnecessary Replaced screenshot of web site with favicon since the url used to get the screenshot no longer works V0.4 - Integrates with the Extension Viewer extension. V0.3 - Changed the name and image. V0.2 - Small CSS changes Redesigned more from developer page V0.1 - First release Browser image courtesy of https://www.flaticon.com/free-icon/browser_5045810?term=site&page=1&position=3&page=1&position=3&related_id=5045810&origin=search#
확장 프로그램 기본 정보
이름 | Top Sites |
ID | jmhdkoepjdogkklbdildaallfnipblod |
공식 URL | https://chromewebstore.google.com/detail/top-sites/jmhdkoepjdogkklbdildaallfnipblod |
설명 | A new tab that shows your top sites. Inspired by a very old version of Chrome's new tab. |
파일 크기 | 21.89 KB |
설치 횟수 | 37 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2023-01-21 |
출시 날짜 | 2014-06-22 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | devhl |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/devhl-labs/Chrome.BetterNewTab |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Top Sites", "version": "1.0.2", "manifest_version": 2, "description": "A new tab that shows your top sites. Inspired by a very old version of Chrome's new tab.", "permissions": [ "topSites" ], "web_accessible_resources": [ "src\/newtab.js" ], "chrome_url_overrides": { "newtab": "src\/newtab.html" }, "icons": { "16": "src\/icons\/browser16.png", "32": "src\/icons\/browser32.png", "128": "src\/icons\/browser128.png" } } |