FullyFeedly

Add Mercury to Feedly and show the full content of articles

O que é FullyFeedly?

FullyFeedly é uma extensão do Chrome desenvolvida por Andrea Grandi, e sua principal característica é "Add Mercury to Feedly and show the full content of articles".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FullyFeedly

Baixe arquivos de extensão FullyFeedly no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Read your RSS feed at the speed of light!
FullyFeedly shows the full articles in Feedly.com, the famous RSS feed reader.

With FullyFeedly you can read the full content of the articles inside Feedly, even when the feed RSS contains only a short preview.

Main features 

* Seamless integration with Mercury API
* Super fast keyboard shortcut
* Works great with HTTPS connection

-----

Changelog:

See releases on Github: https://github.com/Muffo/fullyfeedly/releases

-----

Do you like the extension? Leave a review!!
I look forward to hearing your feedbacks :)                    

Informações Básicas da Extensão

Nome FullyFeedly FullyFeedly
ID ikdncbjpcpkheefmnbicggciklkeebmp
URL Oficial https://chromewebstore.google.com/detail/fullyfeedly/ikdncbjpcpkheefmnbicggciklkeebmp
Descrição Add Mercury to Feedly and show the full content of articles
Tamanho do Arquivo 142 KB
Contagem de Instalações 2,419
Versão Atual 0.11.1
Última Atualização 2021-02-14
Data de Publicação 2019-04-09
Classificação 4.43/5 Total de 58 Avaliações
Desenvolvedor Andrea Grandi
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Muffo/fullyfeedly
URL da Página de Ajuda https://github.com/Muffo/fullyfeedly/issues
Idiomas Suportados en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.11.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "fullyfeedly"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.feedly.com\/*"
            ],
            "js": [
                "bower_components\/spin.js\/spin.js",
                "bower_components\/iosoverlay\/js\/iosOverlay.js",
                "bower_components\/mousetrap\/mousetrap.js",
                "scripts\/content.js"
            ],
            "css": [
                "bower_components\/iosoverlay\/css\/iosOverlay.css",
                "styles\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/cross.png",
        "images\/check.png",
        "options.html"
    ],
    "permissions": [
        "declarativeContent",
        "activeTab",
        "storage",
        "https:\/\/boilerpipe-web.appspot.com\/*",
        "https:\/\/*.amazonaws.com\/*"
    ],
    "options_page": "options.html"
}