Digg New Tab Extension

Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com.

Digg New Tab Extension란 무엇입니까?

Digg New Tab Extension은(는) http://digg.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        When you open a new tab in Chrome, instead of the default, a nice image and the latest stories from digg.com will be loaded.                    

확장 프로그램 기본 정보

이름 Digg New Tab Extension Digg New Tab Extension
ID ifhmmfkaojalpgphoaknehmekeoilfhh
공식 URL https://chrome.google.com/webstore/detail/digg-new-tab-extension/ifhmmfkaojalpgphoaknehmekeoilfhh
설명 Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com.
파일 크기 199 KB
설치 횟수 1,650
현재 버전 1.37
최근 업데이트 2020-09-19
출시 날짜 2020-04-13
평점 3.00/5 총 10 개의 평점
개발자 http://digg.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://digg.com
개인정보 보호 정책 페이지 URL http://digg.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Digg New Tab Extension",
    "version": "1.37",
    "description": "Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com.",
    "author": "Digg",
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*.digg.com\/*",
        "*:\/\/stocksnap.io\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "vendor\/jquery-3.3.1.min.js",
            "dist\/js\/app.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ipinfo.io\/"
            ],
            "js": [
                "dist\/js\/app.min.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ipinfo.io\/; object-src 'self'"
}