Front Page New Tab (Beta)

The Front Page of your Internet

Front Page New Tab (Beta)란 무엇입니까?

Front Page New Tab (Beta)은(는) https://micjm.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Front Page of your Internet"입니다.

확장 프로그램 스크린샷

screenshot

Front Page New Tab (Beta) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Front Page New Tab grabs up-to-date links from your most visited news sites and displays them as a custom new tab page. Don’t already visit a lot of news sites? You can add as many as you’d like!

Features:

- Over 100 sites available for display in page
- Customize background
- Productivity Mode

This is a Beta version, so please be aware that this may have bugs. Please contact me at [email protected] with any feedback or bug reports.                    

확장 프로그램 기본 정보

이름 Front Page New Tab (Beta) Front Page New Tab (Beta)
ID amnefikbcildekiablkaodflbkoaobnh
공식 URL https://chromewebstore.google.com/detail/front-page-new-tab-beta/amnefikbcildekiablkaodflbkoaobnh
설명 The Front Page of your Internet
파일 크기 3.07 MB
설치 횟수 198
현재 버전 0.2.8
최근 업데이트 2016-06-12
출시 날짜 2016-06-12
평점 4.20/5 총 5 개의 평점
개발자 https://micjm.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Front Page New Tab (Beta)",
    "version": "0.2.8",
    "manifest_version": 2,
    "description": "The Front Page of your Internet",
    "icons": {
        "19": "images\/fp.png",
        "38": "images\/fp64.png",
        "128": "images\/fp64.png"
    },
    "chrome_url_overrides": {
        "newtab": "html\/newtab.html"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery-1.9.1.min.js",
            "js\/utils.js",
            "js\/scrapers.js"
        ],
        "pages": [
            "html\/background.html"
        ],
        "persistent": false
    },
    "permissions": [
        "topSites",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "bookmarks",
        "history",
        "chrome:\/\/favicon\/*",
        "storage",
        "alarms"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}