News Storyline

Introducing Timeline Tracker: Unveil the captivating journey of news stories with our web plugin. Seamlessly integrated into your…

Was ist News Storyline?

News Storyline ist eine Chrome-Erweiterung, die von storyline-plugin entwickelt wurde, und ihr Hauptmerkmal ist "Introducing Timeline Tracker: Unveil the captivating journey of news stories with our web plugin. Seamlessly integrated into your…".

Erweiterungsscreenshots

screenshot
screenshot

News Storyline-Erweiterungs-CRX-Datei herunterladen

Laden Sie News Storyline-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name News Storyline News Storyline
ID hicnhclaebdfajlinkaijciloachmfgk
Offizielle URL https://chromewebstore.google.com/detail/news-storyline/hicnhclaebdfajlinkaijciloachmfgk
Beschreibung Introducing Timeline Tracker: Unveil the captivating journey of news stories with our web plugin. Seamlessly integrated into your…
Dateigröße 769 KB
Installationsanzahl 10
Aktuelle Version 2.6
Letztes Update 2024-02-26
Veröffentlichungsdatum 2023-07-11
Entwickler storyline-plugin
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://storyline.tembusu.link/
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}