Better Eenadu E-Paper
Eenadu E-Paper modify the layout
Wat is Better Eenadu E-Paper?
Better Eenadu E-Paper is een Chrome-extensie ontwikkeld door shash, en de belangrijkste functie is "Eenadu E-Paper modify the layout".
Extensie Screenshots
Download het CRX-bestand van de extensie Better Eenadu E-Paper
Download Better Eenadu E-Paper-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
The Eenadu E-paper (https://epaper.eenadu.net/Home/Index) has the worst layout wherein header and logo takes up half of the screen. This extension removes the top header and logo to make reading news easier.
Basisinformatie over de Extensie
Naam | Better Eenadu E-Paper |
ID | chleojgikmkahjonlohcjpfpkpeghnme |
Officiële URL | https://chromewebstore.google.com/detail/better-eenadu-e-paper/chleojgikmkahjonlohcjpfpkpeghnme |
Beschrijving | Eenadu E-Paper modify the layout |
Bestandsgrootte | 5 KB |
Aantal Installaties | 70 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | shash |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | te |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Eenadu E-Paper", "version": "0.1.2", "description": "Eenadu E-Paper modify the layout", "icons": { "16": "favicon.ico", "48": "favicon.ico", "128": "favicon.ico" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "*:\/\/*.eenadu.net\/*" ] } ] } |