NU.nl Nieuws Tab

NU.nl Nieuws Tab geeft het laatste nieuws bij het openenen van een nieuw tabblad!

NU.nl Nieuws Tab란 무엇입니까?

NU.nl Nieuws Tab은(는) Matthias에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NU.nl Nieuws Tab geeft het laatste nieuws bij het openenen van een nieuw tabblad!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

NU.nl Nieuws Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Bij het openen van een nieuw tabblad krijgt u een startpagina met het laatste nieuws van NU.nl te zien. Zo blijft u tijdens het browsen altijd up-to-date met de laatste nieuwsartikelen.                    

확장 프로그램 기본 정보

이름 NU.nl Nieuws Tab NU.nl Nieuws Tab
ID ejedpehkpjjdefkkfhogglieibghnnco
공식 URL https://chromewebstore.google.com/detail/nunl-nieuws-tab/ejedpehkpjjdefkkfhogglieibghnnco
설명 NU.nl Nieuws Tab geeft het laatste nieuws bij het openenen van een nieuw tabblad!
파일 크기 216 KB
설치 횟수 680
현재 버전 2.2
최근 업데이트 2021-01-29
출시 날짜 2017-10-12
평점 3.67/5 총 3 개의 평점
개발자 Matthias
이메일 [email protected]
결제 유형 free
지원되는 언어 nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NU.nl Nieuws Tab",
    "version": "2.2",
    "description": "NU.nl Nieuws Tab geeft het laatste nieuws bij het openenen van een nieuw tabblad!",
    "icons": {
        "16": "icons\/nu16.png",
        "32": "icons\/nu32.png",
        "48": "icons\/nu48.png",
        "128": "icons\/nu128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/_\/chrome\/newtab*"
            ],
            "js": [
                "app.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'"
}