FrontPageNYT
Get the latest New York Times headline every time you open a new tab.
FrontPageNYTคืออะไร?
FrontPageNYT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shivankaul.com และคุณลักษณะหลักของมันคือ "Get the latest New York Times headline every time you open a new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FrontPageNYT
ดาวน์โหลดไฟล์ส่วนขยาย FrontPageNYT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Read the latest headline from the New York Times, every time you open a new tab! Inform yourself, one tab at a time. Choose between categories (sports, business, etc.). You can also choose the rate which headlines refresh. Plus, night mode is supported! Note: this extension was previously named FrontPage. If you're interested in news from more than just the New York Times, please check out https://chrome.google.com/webstore/detail/thenews/klcmpkbpjpijllabgcldbmmgnianpamn
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FrontPageNYT |
ID | mecpnjldoigkgcbheogilceibaeiehnh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/frontpagenyt/mecpnjldoigkgcbheogilceibaeiehnh |
คำอธิบาย | Get the latest New York Times headline every time you open a new tab. |
ขนาดไฟล์ | 43.13 KB |
จำนวนการติดตั้ง | 104 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2020-08-05 |
วันที่เผยแพร่ | 2019-02-05 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://shivankaul.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://shivankaul.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FrontPageNYT", "short_name": "FPNYT", "description": "Get the latest New York Times headline every time you open a new tab.", "version": "1.2", "homepage_url": "https:\/\/shivankaul.com", "chrome_url_overrides": { "newtab": "src\/index.html" }, "icons": { "128": "images\/fp.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": { "16": "images\/fp.png", "32": "images\/fp.png" }, "default_title": "FrontPageNYT: Get headlines from NYT", "default_popup": "src\/options\/options.html" }, "options_ui": { "page": "src\/options\/options.html", "chrome_style": true }, "background": { "scripts": [ "src\/js\/jquery-1.11.2.min.js", "src\/js\/headline.js" ] } } |