News Storyline
Introducing Timeline Tracker: Unveil the captivating journey of news stories with our web plugin. Seamlessly integrated into your…
News Storyline là gì?
News Storyline là một tiện ích mở rộng Chrome được phát triển bởi storyline-plugin, và tính năng chính của nó là "Introducing Timeline Tracker: Unveil the captivating journey of news stories with our web plugin. Seamlessly integrated into your…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng News Storyline
Tải xuống các tệp mở rộng News Storyline dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hicnhclaebdfajlinkaijciloachmfgk |
URL Chính Thức | https://chromewebstore.google.com/detail/news-storyline/hicnhclaebdfajlinkaijciloachmfgk |
Mô tả | Introducing Timeline Tracker: Unveil the captivating journey of news stories with our web plugin. Seamlessly integrated into your… |
Kích Thước Tệp | 769 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 2.6 |
Cập Nhật Lần Cuối | 2024-02-26 |
Ngày Phát Hành | 2023-07-11 |
Nhà Phát Triển | storyline-plugin |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://storyline.tembusu.link/ |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |