CommaFeed
CommaFeed browser extension
Cos'è CommaFeed?
CommaFeed è un'estensione di Chrome sviluppata da https://commafeed.com, e la sua funzione principale è "CommaFeed browser extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CommaFeed
Scarica i file di estensione CommaFeed 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
CommaFeed is a bloat-free feed reader.
The extension will show an action next to the address bar with the count of your unread articles.
Clicking the button will either:
- show CommaFeed in a popup
- open CommaFeed in a new tab
- open next unread article in a new tab Informazioni di Base sull'Estensione
| Nome | |
| ID | bpbfpjiciblcfeganojjkfapnllbhdga |
| URL Ufficiale | https://chromewebstore.google.com/detail/commafeed/bpbfpjiciblcfeganojjkfapnllbhdga |
| Descrizione | CommaFeed browser extension |
| Dimensione del File | 112 KB |
| Conteggio Installazioni | 954 |
| Versione Corrente | 3.3.2 |
| Ultimo Aggiornamento | 2023-06-19 |
| Data di Pubblicazione | 2013-05-27 |
| Valutazione | 4.71/5 Totale 24 Valutazioni |
| Sviluppatore | https://commafeed.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.commafeed.com |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Athou",
"description": "CommaFeed browser extension",
"name": "CommaFeed",
"version": "3.3.2",
"content_scripts": [
{
"js": [
"src\/entries\/contentScript\/main.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"icons": {
"16": "icons\/16.png",
"19": "icons\/19.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"options_ui": {
"page": "src\/entries\/options\/index.html",
"open_in_tab": true
},
"action": {
"default_icon": {
"16": "icons\/16.png",
"19": "icons\/19.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"default_popup": "src\/entries\/popup\/index.html"
},
"background": {
"service_worker": "serviceWorker.js",
"type": "module"
},
"permissions": [
"storage",
"alarms"
],
"host_permissions": [
"*:\/\/*\/*"
],
"manifest_version": 3,
"web_accessible_resources": [
{
"resources": [
"assets\/src\/entries\/contentScript\/main-d7f36a58.js",
"assets\/options-dc04903d.js",
"assets\/@react-refresh-1da50a87.js"
],
"matches": [
"*:\/\/*\/*"
],
"use_dynamic_url": true
}
]
} | |