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…”。

扩展截图

screenshot
screenshot

下载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.                    

扩展基本信息

名称 News Storyline News Storyline
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\/*"
            ]
        }
    ]
}