Perfect New Tab

This extension replaces the new tab page with a more feature-rich and lightweight page.

Perfect New Tab란 무엇입니까?

Perfect New Tab은(는) Ankit Gaurav에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension replaces the new tab page with a more feature-rich and lightweight page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Rejuvenate your New Tab Page in Chrome 🔥

Features:
1. Lightweight (~ half the memory consumption compared to default new tab page)
3. Fast (New tab should load in a jiffy)
4. Quick access to recently bookmarked links (Don't worry where your last bookmark went)
4. Handy Todos widget
5. Most Frequently visited sites
6. Shortcuts for settings, downloads, history etc.
7. Change theme colors to your taste (Right-click on extension icon and go to Options)

This is a work-in-progress, and updates shall continue to come in intervals for improvements.

Changelog (Maintained from version 6.0.0 onwards):
Version: 6.0.1
+ Add customization shortcut
Version: 6.0.0
+ Add color customization for theming                    

확장 프로그램 기본 정보

이름 Perfect New Tab Perfect New Tab
ID ljiklnmddpaoonnaoocaolnmpfcohjkn
공식 URL https://chrome.google.com/webstore/detail/perfect-new-tab/ljiklnmddpaoonnaoocaolnmpfcohjkn
설명 This extension replaces the new tab page with a more feature-rich and lightweight page.
파일 크기 138 KB
설치 횟수 48
현재 버전 6.0.1
최근 업데이트 2020-10-15
출시 날짜 2019-03-05
평점 5.00/5 총 4 개의 평점
개발자 Ankit Gaurav
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/theankitgaurav/perfect-new-tab
도움말 페이지 URL https://github.com/theankitgaurav/perfect-new-tab/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Perfect New Tab",
    "description": "This extension replaces the new tab page with a more feature-rich and lightweight page.",
    "homepage_url": "https:\/\/github.com\/theankitgaurav\/perfect-new-tab",
    "version": "6.0.1",
    "options_page": "src\/options.html",
    "chrome_url_overrides": {
        "newtab": "src\/index.html"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "src\/js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "48": "static\/icons\/icon.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "storage",
        "downloads",
        "history",
        "sessions",
        "topSites",
        "chrome:\/\/favicon\/"
    ]
}