CNN Chrome Extension

Read CNN news in Chrome Extension

什么是CNN Chrome Extension?

CNN Chrome Extension是由dvliman开发的Chrome扩展程序,该扩展的主要功能是“Read CNN news in Chrome Extension”。

扩展截图

screenshot

下载CNN Chrome Extension扩展crx文件

下载CNN Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Simple chrome extension to read CNN News (lite.cnn.com) in a single click. Code is open source, written in Clojurescript, compiled with shadow-cljs.

LINKS:
https://dvliman.com/
https://postwalk.org/
https://www.buymeacoffee.com/dvliman

SOURCE CODE:
https://github.com/dvliman/cnn-chrome-extension

CHROME EXTENSION: 
https://chrome.google.com/webstore/detail/lbfjecjnndgobkgagllainiphdbhhalg?authuser=0&hl=en                    

扩展基本信息

名称 CNN Chrome Extension CNN Chrome Extension
ID lbfjecjnndgobkgagllainiphdbhhalg
官方URL https://chromewebstore.google.com/detail/cnn-chrome-extension/lbfjecjnndgobkgagllainiphdbhhalg
简介 Read CNN news in Chrome Extension
文件大小 317 KB
安装次数 187
当前版本 1.1
更新时间 2023-02-02
上架时间 2023-02-01
评分 5.00/5 共1次评分
开发者 dvliman
电子邮箱 [email protected]
付费类型 free
扩展官网 https://postwalk.org
帮助页面URL https://postwalk.org/support
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CNN Chrome Extension",
    "version": "1.1",
    "description": "Read CNN news in Chrome Extension",
    "manifest_version": 3,
    "permissions": [],
    "action": {
        "default_title": "CNN Chrome Extension",
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/lite.cnn.com\/*"
    ],
    "icons": {
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    }
}