Colorable Feedly
Get Feedly colored by RSS feed sources
Cos'è Colorable Feedly?
Colorable Feedly è un'estensione di Chrome sviluppata da kodeout, e la sua funzione principale è "Get Feedly colored by RSS feed sources".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Colorable Feedly
Scarica i file di estensione Colorable Feedly 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
Now you can pick out RSS feeds by colors from a messy list of "Text Only" mode.
Your feedback would be welcome. Please write to @codeout in Twitter or Chrome webstore.
CHANGELOG
v0.1.5 (2023-02-19 )
- Fix to support the latest feedly.com
v0.1.4 ( 2021-09-20 )
- Fix to support the latest feedly.com
v0.1.3 ( 2021-04-18 )
- Fix to support the latest feedly.com
v0.1.2 ( 2017-07-17 )
- Use CRC24 to generate various color codes
v0.1.1 ( 2017-02-20 )
- Bugfix to support the latest feedly.com Informazioni di Base sull'Estensione
| Nome | |
| ID | cmjhplmpnpaknnllafgpkbadgligedbc |
| URL Ufficiale | https://chromewebstore.google.com/detail/colorable-feedly/cmjhplmpnpaknnllafgpkbadgligedbc |
| Descrizione | Get Feedly colored by RSS feed sources |
| Dimensione del File | 82.25 KB |
| Conteggio Installazioni | 179 |
| Versione Corrente | 0.1.5 |
| Ultimo Aggiornamento | 2023-02-19 |
| Data di Pubblicazione | 2017-07-16 |
| Valutazione | 4.33/5 Totale 3 Valutazioni |
| Sviluppatore | kodeout |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Colorable Feedly",
"version": "0.1.5",
"description": "Get Feedly colored by RSS feed sources",
"icons": {
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/feedly.com\/*",
"https:\/\/feedly.com\/*"
],
"js": [
"jquery.slim.min.js",
"colorable.js"
],
"css": [
"colorable.css"
]
}
]
} | |