Readly
A little Google Reader treatment for Feedly
Co je Readly?
Readly je rozšíření Chrome vyvinuté Illia Panasenko, a jeho hlavní funkcí je „A little Google Reader treatment for Feedly“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Readly
Stáhněte si soubory rozšíření Readly ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Readly |
ID | aflgknnjpkjdoapemodkijpmgclcingn |
Oficiální URL | https://chromewebstore.google.com/detail/readly/aflgknnjpkjdoapemodkijpmgclcingn |
Popis | A little Google Reader treatment for Feedly |
Velikost souboru | 64.09 KB |
Počet instalací | 601 |
Aktuální Verze | 0.10.4 |
Poslední Aktualizace | 2021-05-13 |
Datum Vydání | 2019-03-07 |
Hodnocení | 4.21/5 Celkem 24 Hodnocení |
Vývojář | Illia Panasenko |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |