News Storyline
Introducing Timeline Tracker: Unveil the captivating journey of news stories with our web plugin. Seamlessly integrated into your…
News Storylineคืออะไร?
News Storyline เป็นส่วนขยายของ Chrome ที่พัฒนาโดย storyline-plugin และคุณลักษณะหลักของมันคือ "Introducing Timeline Tracker: Unveil the captivating journey of news stories with our web plugin. Seamlessly integrated into your…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย News Storyline
ดาวน์โหลดไฟล์ส่วนขยาย News Storyline ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Introducing Timeline Tracker: Unveil the captivating journey of news stories with our web plugin. Seamlessly integrated into your browsing experience, it adds a dynamic timeline showcasing the past events related to the article you're reading. Gain valuable insights from original reports, discover the evolution of stories, and grasp the full context of breaking news. Stay informed, elevate your news consumption, and embrace a new era of journalism with Timeline Tracker.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hicnhclaebdfajlinkaijciloachmfgk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/news-storyline/hicnhclaebdfajlinkaijciloachmfgk |
คำอธิบาย | Introducing Timeline Tracker: Unveil the captivating journey of news stories with our web plugin. Seamlessly integrated into your… |
ขนาดไฟล์ | 769 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 2.6 |
อัปเดตครั้งล่าสุด | 2024-02-26 |
วันที่เผยแพร่ | 2023-07-11 |
ผู้พัฒนา | storyline-plugin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://storyline.tembusu.link/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "News Storyline", "version": "2.6", "action": { "default_icon": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "default_title": "Popup Sample", "default_popup": "popup\/index.html" }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/www.bloomberg.com\/news\/articles\/*", "https:\/\/www.ft.com\/content\/*", "https:\/\/www.reuters.com\/*", "https:\/\/www.wsj.com\/*", "https:\/\/www.nytimes.com\/*", "https:\/\/www.caixinglobal.com\/*", "https:\/\/asia.nikkei.com\/*" ], "run_at": "document_start", "js": [ "content-scripts\/import-main.js" ] } ], "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.bloomberg.com\/news\/articles\/*", "https:\/\/www.ft.com\/content\/*", "https:\/\/www.reuters.com\/*", "https:\/\/www.wsj.com\/*", "https:\/\/www.nytimes.com\/*", "https:\/\/www.caixinglobal.com\/*", "https:\/\/asia.nikkei.com\/*" ], "web_accessible_resources": [ { "resources": [ "chunks\/*-*.js", "content-scripts\/main.js" ], "matches": [ "https:\/\/www.bloomberg.com\/*", "https:\/\/www.ft.com\/*", "https:\/\/www.reuters.com\/*", "https:\/\/www.wsj.com\/*", "https:\/\/www.nytimes.com\/*", "https:\/\/www.caixinglobal.com\/*", "https:\/\/asia.nikkei.com\/*" ] } ] } |