News Storyline
Introducing Timeline Tracker: Unveil the captivating journey of news stories with our web plugin. Seamlessly integrated into your…
News Storyline란 무엇입니까?
News Storyline은(는) storyline-plugin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Introducing Timeline Tracker: Unveil the captivating journey of news stories with our web plugin. Seamlessly integrated into your…"입니다.
확장 프로그램 스크린샷
News Storyline 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } ] } |