Skip to content

Commit

Permalink
Merge branch 'release/0.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Muffo committed Jun 17, 2015
2 parents 25d89de + 5830075 commit d44ae98
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 8 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
FullyFeedly
===========
# FullyFeedly

Chrome extension to display the full content of articles in Feedly
### Chrome extensions to read the full articles inside leaving Feedly.com

[![Chrome Web Store](https://developer.chrome.com/webstore/images/ChromeWebStore_BadgeWBorder_v2_206x58.png)](https://chrome.google.com/webstore/detail/fullyfeedly/ikdncbjpcpkheefmnbicggciklkeebmp?hl=en)

## Usage
With FullyFeedly you can load the full content of the articles inside Feedly, even though the feed RSS contains only a short preview.

## Features

The RSS feed of some website contains only a preview of the articles.
FullFeedly is a chrome extensions that allows you to read the full article without leaving Feedly.com
* Seamless integration with Readability
* Super fast keyboard shortcut
* Works perfectly with HTTPS connection

## Usage

When reading an incomplete post, simply press the icon of FullFeedly in the URL bar to download the full text.

You can also enable the keyboard shortcut from the options page and display the full article with **f f**


## Developer

Expand Down
Binary file modified app/images/icon-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "0.6.0",
"version": "0.7.0",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion app/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="jumbotron">
<img src="images/icon-128.png" class="pull-right"/>
<img src="images/icon-128.png" class="pull-right" id="icon128"/>
<h1>FullyFeedly</h1>
<p>Show the full content of the articles in Feedly.com</p>
</div>
Expand Down
8 changes: 8 additions & 0 deletions app/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@ body {
padding: 20px;
}

.jumbotron h1 {
font-weight: bold;
}

#tryShortcut {
padding: 3px 8px;
border-radius: 3px;
}

#icon128 {
margin: 10px 10px 0px 0px;
}
Binary file added resources/banners/banner.pxm
Binary file not shown.
Binary file modified resources/banners/banner440x280.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/extra/feedly-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/extra/readability.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icons/icon-128.pxm
Binary file not shown.
Binary file added resources/screenshots/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/screenshots/main.pxm
Binary file not shown.
Binary file added resources/screenshots/readability.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/screenshots/readability.pxm
Binary file not shown.
Binary file added resources/screenshots/shortcut.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/screenshots/shortcut.pxm
Binary file not shown.

0 comments on commit d44ae98

Please sign in to comment.