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!」です。
拡張機能のスクリーンショット
NU.nl Nieuws Tab拡張機能のCRXファイルをダウンロード
NU.nl Nieuws Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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'" } |