OneFeed
OneFeed - The Fastest News Reader
Cos'è OneFeed?
OneFeed è un'estensione di Chrome sviluppata da hlandao, e la sua funzione principale è "OneFeed - The Fastest News Reader".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OneFeed
Scarica i file di estensione OneFeed 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
OneFeed is the fastest news reader for Chrome. Get connected with all your favorite news sources, filter interesting articles for reading later and get to inbox-zero in your reading list.
Informazioni di Base sull'Estensione
Nome | OneFeed |
ID | dinnaiplmaghbclpgcpdkkmmfjojkpdd |
URL Ufficiale | https://chromewebstore.google.com/detail/onefeed/dinnaiplmaghbclpgcpdkkmmfjojkpdd |
Descrizione | OneFeed - The Fastest News Reader |
Dimensione del File | 1.01 MB |
Conteggio Installazioni | 14 |
Versione Corrente | 0.0.5 |
Ultimo Aggiornamento | 2020-05-20 |
Data di Pubblicazione | 2020-05-20 |
Sviluppatore | hlandao |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OneFeed", "author": "hlandao", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "OneFeed - The Fastest News Reader", "version": "0.0.5", "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "scripts": [ "js\/eventPage.js" ], "persistent": false }, "permissions": [ "unlimitedStorage", "https:\/\/onefeed.now.sh\/*", "storage", "alarms" ] } |