Better Eenadu E-Paper
Eenadu E-Paper modify the layout
Better Eenadu E-Paperとは何ですか?
Better Eenadu E-Paperはshashによって開発されたChromeの拡張機能で、その主な機能は「Eenadu E-Paper modify the layout」です。
拡張機能のスクリーンショット
Better Eenadu E-Paper拡張機能のCRXファイルをダウンロード
Better Eenadu E-Paper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Better Eenadu E-Paper |
ID | chleojgikmkahjonlohcjpfpkpeghnme |
公式URL | https://chromewebstore.google.com/detail/better-eenadu-e-paper/chleojgikmkahjonlohcjpfpkpeghnme |
説明 | Eenadu E-Paper modify the layout |
ファイルサイズ | 5 KB |
インストール数 | 70 |
現在のバージョン | 0.1.2 |
最終更新日 | 2019-03-08 |
公開日 | 2019-03-08 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | shash |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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\/*" ] } ] } |