InoReader Enhancements
Fixes a few UI elements for easy reading with InoReader
Vad är InoReader Enhancements?
InoReader Enhancements är en Chrome-tillägg utvecklad av https://tambnguyen.com, och dess huvudfunktion är "Fixes a few UI elements for easy reading with InoReader".
Tilläggsskärmbilder
Ladda ner InoReader Enhancements-förlängningens CRX-fil
Ladda ner InoReader Enhancements-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | InoReader Enhancements |
ID | gplhofhphfekaflbghoggkbgfoblaamo |
Officiell webbadress | https://chromewebstore.google.com/detail/inoreader-enhancements/gplhofhphfekaflbghoggkbgfoblaamo |
Beskrivning | Fixes a few UI elements for easy reading with InoReader |
Filstorlek | 36.74 KB |
Antal Installationer | 1,121 |
Aktuell Version | 2015.4.8.1 |
Senast Uppdaterad | 2015-04-09 |
Publiceringsdatum | 2015-04-08 |
Betyg | 4.86/5 Totalt 14 Betyg |
Utvecklare | https://tambnguyen.com |
Betalningssätt | free |
Stödda Språk | 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 } |