Better Eenadu E-Paper
Eenadu E-Paper modify the layout
What is Better Eenadu E-Paper?
Better Eenadu E-Paper is a Chrome extension developed by shash, and its main feature is "Eenadu E-Paper modify the layout".
Extension Screenshots
Download Better Eenadu E-Paper Extension CRX File
Download Better Eenadu E-Paper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. Extension Basic Information
| Name | |
| ID | chleojgikmkahjonlohcjpfpkpeghnme |
| Official URL | https://chromewebstore.google.com/detail/better-eenadu-e-paper/chleojgikmkahjonlohcjpfpkpeghnme |
| Description | Eenadu E-Paper modify the layout |
| File Size | 5 KB |
| Installation Count | 70 |
| Current Version | 0.1.2 |
| Last Updated | 2019-03-08 |
| Publish Date | 2019-03-08 |
| Rating | 4.00/5 Total 1 Ratings |
| Developer | shash |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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\/*"
]
}
]
} | |