Readly
A little Google Reader treatment for Feedly
Qu'est-ce que Readly ?
Readly est une extension Chrome développée par Illia Panasenko, et sa fonction principale est "A little Google Reader treatment for Feedly".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Readly
Téléchargez les fichiers d'extension Readly au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Most of things it visually changes are applied to list (titles, condensed) view only. What it does:
Makes layout a little more compact, less free space
Grey colour title for read article when it is opened
Smaller images for freakenergy.ru RSS feed (I need it, so it will be here :) )
Favicons are always shown
Some visual fixes
"v" opens article in new background tab Informations de Base sur l'Extension
| Nom | |
| ID | aflgknnjpkjdoapemodkijpmgclcingn |
| URL Officiel | https://chromewebstore.google.com/detail/readly/aflgknnjpkjdoapemodkijpmgclcingn |
| Description | A little Google Reader treatment for Feedly |
| Taille du Fichier | 64.09 KB |
| Nombre d'Installations | 601 |
| Version Actuelle | 0.10.4 |
| Dernière Mise à Jour | 2021-05-13 |
| Date de Publication | 2019-03-07 |
| Évaluation | 4.21/5 Total 24 Évaluations |
| Développeur | Illia Panasenko |
| [email protected] | |
| Type de Paiement | free |
| Langues Prises en Charge | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Readly",
"version": "0.10.4",
"manifest_version": 2,
"description": "A little Google Reader treatment for Feedly",
"icons": {
"16": "icons\/readly-16.png",
"32": "icons\/readly-32.png",
"64": "icons\/readly-64.png",
"128": "icons\/readly-128.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/www.feedly.com\/home*",
"https:\/\/www.feedly.com\/home*",
"http:\/\/cloud.feedly.com\/*",
"https:\/\/cloud.feedly.com\/*",
"http:\/\/feedly.com\/*",
"https:\/\/feedly.com\/*"
],
"css": [
"styles.css"
],
"js": [
"script.js"
]
}
]
} | |