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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matthias และคุณลักษณะหลักของมันคือ "NU.nl Nieuws Tab geeft het laatste nieuws bij het openenen van een nieuw tabblad!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NU.nl Nieuws Tab
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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'" } |