CNN Chrome Extension
Read CNN news in Chrome Extension
Cos'è CNN Chrome Extension?
CNN Chrome Extension è un'estensione di Chrome sviluppata da dvliman, e la sua funzione principale è "Read CNN news in Chrome Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CNN Chrome Extension
Scarica i file di estensione CNN Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | lbfjecjnndgobkgagllainiphdbhhalg |
| URL Ufficiale | https://chromewebstore.google.com/detail/cnn-chrome-extension/lbfjecjnndgobkgagllainiphdbhhalg |
| Descrizione | Read CNN news in Chrome Extension |
| Dimensione del File | 317 KB |
| Conteggio Installazioni | 187 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2023-02-02 |
| Data di Pubblicazione | 2023-02-01 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | dvliman |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://postwalk.org |
| URL della Pagina di Aiuto | https://postwalk.org/support |
| Lingue Supportate | 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"
}
} | |