CNN Chrome Extension
Read CNN news in Chrome Extension
什麼是CNN Chrome Extension?
CNN Chrome Extension是由dvliman開發的Chrome擴展程式,該擴展的主要功能是“Read CNN news in Chrome Extension”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | lbfjecjnndgobkgagllainiphdbhhalg |
| 官方網址 | 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"
}
} | |