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ファイルをダウンロード
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 |
Eメール | [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\/*" ] } ] } |