My Tab - New Tab Page

Single place to access your mails, news, bookmarks and frequently visited pages

My Tab - New Tab Page란 무엇입니까?

My Tab - New Tab Page은(는) apaliwal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Single place to access your mails, news, bookmarks and frequently visited pages"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        An awesome new tab replacement. This page lets you access your gmail, news, facebook updates, frequently visited websites, bookmarks and apps from a single page neatly organized

v1.0.1 - Updated to include scrolling for bookmarks for large number of bookmarks.

v1.0.2 - Updated to use default chrome top sites list instead of using last 7 days history

v1.0.3 - Moved the Topsites and Bookmarks list over the tickers

v1.0.4 - Fixed minor bug with positionings

v1.0.5 - Updated to reduce power usage                    

확장 프로그램 기본 정보

이름 My Tab - New Tab Page My Tab - New Tab Page
ID aiogeonibegmkgecjpenlaoiclpikkmh
공식 URL https://chrome.google.com/webstore/detail/my-tab-new-tab-page/aiogeonibegmkgecjpenlaoiclpikkmh
설명 Single place to access your mails, news, bookmarks and frequently visited pages
파일 크기 309 KB
설치 횟수 28
현재 버전 1.0.5
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 4.00/5 총 1 개의 평점
개발자 apaliwal
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/s3.amazonaws.com; object-src 'self'",
    "description": "Single place to access your mails, news, bookmarks and frequently visited pages",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "My Tab - New Tab Page",
    "short_name": "My Tab",
    "offline_enabled": true,
    "permissions": [
        "geolocation",
        "management",
        "topSites",
        "unlimitedStorage",
        "storage",
        "",
        "history",
        "bookmarks"
    ],
    "version": "1.0.5"
}