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
Eメール [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"
    }
}