Eclipse Tab - New Tab

Eclipse Tab changes standard page to the new tab page with your saved bookmarks.

Eclipse Tab - New Tab란 무엇입니까?

Eclipse Tab - New Tab은(는) eclipsetabproject에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Eclipse Tab changes standard page to the new tab page with your saved bookmarks."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Eclipse Tab - New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Eclipse Tab replaces the original new tab with your saved bookmarks and offers a variety of quick and useful features.

After installing this extension, you can use the following features:

 - View, create and edit Chrome bookmarks and folders.

 - Upload and set your own wallpaper.

 - To-do list and Notepad.

 - Quick access to your most visited sites.

 - Customize the search engine.                    

확장 프로그램 기본 정보

이름 Eclipse Tab - New Tab Eclipse Tab - New Tab
ID chekehkknaccdmijecgocbijbbmnibgp
공식 URL https://chromewebstore.google.com/detail/eclipse-tab-new-tab/chekehkknaccdmijecgocbijbbmnibgp
설명 Eclipse Tab changes standard page to the new tab page with your saved bookmarks.
파일 크기 180 KB
설치 횟수 290
현재 버전 1.0.2
최근 업데이트 2021-06-15
출시 날짜 2021-05-17
평점 5.00/5 총 4 개의 평점
개발자 eclipsetabproject
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://gtab.store/pp
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Eclipse Tab - New Tab",
    "description": "Eclipse Tab changes standard page to the new tab page with your saved bookmarks.",
    "version": "1.0.2",
    "icons": {
        "256": "icons\/256.png",
        "128": "icons\/128.png",
        "64": "icons\/64.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab-init.html"
    },
    "permissions": [
        "topSites",
        "bookmarks",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ]
}