News Storyline
Introducing Timeline Tracker: Unveil the captivating journey of news stories with our web plugin. Seamlessly integrated into your…
Qu'est-ce que News Storyline ?
News Storyline est une extension Chrome développée par storyline-plugin, et sa fonction principale est "Introducing Timeline Tracker: Unveil the captivating journey of news stories with our web plugin. Seamlessly integrated into your…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension News Storyline
Téléchargez les fichiers d'extension News Storyline au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | hicnhclaebdfajlinkaijciloachmfgk |
URL Officiel | https://chromewebstore.google.com/detail/news-storyline/hicnhclaebdfajlinkaijciloachmfgk |
Description | Introducing Timeline Tracker: Unveil the captivating journey of news stories with our web plugin. Seamlessly integrated into your… |
Taille du Fichier | 769 KB |
Nombre d'Installations | 10 |
Version Actuelle | 2.6 |
Dernière Mise à Jour | 2024-02-26 |
Date de Publication | 2023-07-11 |
Développeur | storyline-plugin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://storyline.tembusu.link/ |
Langues Prises en Charge | 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\/*" ] } ] } |