CNN Chrome Extension

Read CNN news in Chrome Extension

Wat is CNN Chrome Extension?

CNN Chrome Extension is een Chrome-extensie ontwikkeld door dvliman, en de belangrijkste functie is "Read CNN news in Chrome Extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CNN Chrome Extension

Download CNN Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam CNN Chrome Extension CNN Chrome Extension
ID lbfjecjnndgobkgagllainiphdbhhalg
Officiële URL https://chromewebstore.google.com/detail/cnn-chrome-extension/lbfjecjnndgobkgagllainiphdbhhalg
Beschrijving Read CNN news in Chrome Extension
Bestandsgrootte 317 KB
Aantal Installaties 187
Huidige Versie 1.1
Laatst Bijgewerkt 2023-02-02
Publicatiedatum 2023-02-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar dvliman
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://postwalk.org
Help Pagina-URL https://postwalk.org/support
Ondersteunde Talen 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"
    }
}