Feedly-Simplify
This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab
Cos'è Feedly-Simplify?
Feedly-Simplify è un'estensione di Chrome sviluppata da ckuijjer, e la sua funzione principale è "This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Feedly-Simplify
Scarica i file di estensione Feedly-Simplify 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
Informazioni di Base sull'Estensione
| Nome | |
| ID | fgepkmmkpkdoppdjenceolgjbdcfiekb |
| URL Ufficiale | https://chrome.google.com/webstore/detail/feedly-simplify/fgepkmmkpkdoppdjenceolgjbdcfiekb |
| Descrizione | This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab |
| Dimensione del File | 6.41 KB |
| Conteggio Installazioni | 28 |
| Versione Corrente | 1.5.6 |
| Ultimo Aggiornamento | 2017-11-02 |
| Data di Pubblicazione | 2017-11-02 |
| Sviluppatore | ckuijjer |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Feedly-Simplify",
"description": "This extension restyles\/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab",
"version": "1.5.6",
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/cloud.feedly.com\/*",
"https:\/\/cloud.feedly.com\/*",
"http:\/\/feedly.com\/*",
"https:\/\/feedly.com\/*"
],
"css": [
"style.css"
],
"js": [
"content.js"
]
}
],
"permissions": [
"tabs"
],
"background": {
"scripts": [
"extension.js"
]
}
} | |