InoReader Enhancements
Fixes a few UI elements for easy reading with InoReader
Cos'è InoReader Enhancements?
InoReader Enhancements è un'estensione di Chrome sviluppata da https://tambnguyen.com, e la sua funzione principale è "Fixes a few UI elements for easy reading with InoReader".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione InoReader Enhancements
Scarica i file di estensione InoReader Enhancements 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
I made some enhancements to InoReader layout to make it match more with how Google Reader used to be. Feel free to make suggestions. Feed navigation: - Increase font size on feed - Current feed indicator is more clear - Unread count is in bold and red text, and is always aligned right Reading pane: - Widen content area a tad - Increase title size - Current title's is now red - Unread titles are now blue - Read titles are now black - Article boxes now have even border widths and color
Informazioni di Base sull'Estensione
Nome | InoReader Enhancements |
ID | gplhofhphfekaflbghoggkbgfoblaamo |
URL Ufficiale | https://chromewebstore.google.com/detail/inoreader-enhancements/gplhofhphfekaflbghoggkbgfoblaamo |
Descrizione | Fixes a few UI elements for easy reading with InoReader |
Dimensione del File | 36.74 KB |
Conteggio Installazioni | 1,121 |
Versione Corrente | 2015.4.8.1 |
Ultimo Aggiornamento | 2015-04-09 |
Data di Pubblicazione | 2015-04-08 |
Valutazione | 4.86/5 Totale 14 Valutazioni |
Sviluppatore | https://tambnguyen.com |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [], "js": [ "script.js" ], "matches": [ "https:\/\/beta.inoreader.com\/*", "http:\/\/beta.inoreader.com\/*", "http:\/\/inoreader.com\/*", "https:\/\/inoreader.com\/*", "http:\/\/www.inoreader.com\/*", "https:\/\/www.inoreader.com\/*" ], "run_at": "document_idle" } ], "icons": { "256": "icon_256.png", "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "converted_from_user_script": true, "description": "Fixes a few UI elements for easy reading with InoReader", "name": "InoReader Enhancements", "version": "2015.4.8.1", "manifest_version": 2 } |