InoReader Enhancements
Fixes a few UI elements for easy reading with InoReader
Wat is InoReader Enhancements?
InoReader Enhancements is een Chrome-extensie ontwikkeld door https://tambnguyen.com, en de belangrijkste functie is "Fixes a few UI elements for easy reading with InoReader".
Extensie Screenshots
Download het CRX-bestand van de extensie InoReader Enhancements
Download InoReader Enhancements-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | gplhofhphfekaflbghoggkbgfoblaamo |
| Officiële URL | https://chromewebstore.google.com/detail/inoreader-enhancements/gplhofhphfekaflbghoggkbgfoblaamo |
| Beschrijving | Fixes a few UI elements for easy reading with InoReader |
| Bestandsgrootte | 36.74 KB |
| Aantal Installaties | 1,121 |
| Huidige Versie | 2015.4.8.1 |
| Laatst Bijgewerkt | 2015-04-09 |
| Publicatiedatum | 2015-04-08 |
| Beoordeling | 4.86/5 Totaal 14 Beoordelingen |
| Ontwikkelaar | https://tambnguyen.com |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |