Multicolumn for Feedly
Display feedly text in multi-column layout.
What is Multicolumn for Feedly?
Multicolumn for Feedly is a Chrome extension developed by dadadadaidai, and its main feature is "Display feedly text in multi-column layout.".
Extension Screenshots
Download Multicolumn for Feedly Extension CRX File
Download Multicolumn for Feedly 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
An extension that changes the entries' display style to multi-column display. Auto changing 1 to 3 columns depenging on your browser size. latest update (14/08/28) - version 1.4.3 : tiny fix update (14/08/22) - version 1.4.1-2 : tiny layout fix - version 1.4 : optimization for the useless-slide-layout updated (14/03/18) - version 1.3 css is modified for new DOM. updated (13/12/9) - version 1.2 permission is changed. updated (13/11/25) - version 1.1 permission is changed.
Extension Basic Information
Name | Multicolumn for Feedly |
ID | edblpojghnkfnoonkkbefcbeejhbcbhp |
Official URL | https://chromewebstore.google.com/detail/multicolumn-for-feedly/edblpojghnkfnoonkkbefcbeejhbcbhp |
Description | Display feedly text in multi-column layout. |
File Size | 13.4 KB |
Installation Count | 457 |
Current Version | 1.4.3 |
Last Updated | 2014-08-30 |
Publish Date | 2014-08-29 |
Rating | 3.25/5 Total 12 Ratings |
Developer | dadadadaidai |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Multicolumn for Feedly", "description": "Display feedly text in multi-column layout.", "manifest_version": 2, "version": "1.4.3", "permissions": [ "*:\/\/feedly.com\/*" ], "icons": { "128": "mff128.png" }, "content_scripts": [ { "css": [ "mff.css" ], "matches": [ "*:\/\/feedly.com\/*" ], "run_at": "document_start", "all_frames": true } ] } |