FeedlyTool

A small tool for Feedly

What is FeedlyTool?

FeedlyTool is a Chrome extension developed by kik0220, and its main feature is "A small tool for Feedly".

Extension Screenshots

screenshot
screenshot

Download FeedlyTool Extension CRX File

Download FeedlyTool 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

                        Features
- Fullfeed (embeded iframe)
- Mercury, DiffBot, FeedlyTool Server (get content from these services)
- Awesome styles (from userstyles.org)
- "Mark above as read" (list view only)
- Add favicon (list view only)
- Delete token and setting in option page
- Assign shortcut key 1-4 Fullfeed, Mercury, DiffBot, FeedlyTool.

Web site
https://sites.google.com/site/feedlytool

Support forum
https://groups.google.com/forum/#!forum/feedlytool-support                    

Extension Basic Information

Name FeedlyTool FeedlyTool
ID fednanlonchmiaiekkfgndeecpmihahg
Official URL https://chrome.google.com/webstore/detail/feedlytool/fednanlonchmiaiekkfgndeecpmihahg
Description A small tool for Feedly
File Size 64.25 KB
Installation Count 1,912
Current Version 1.2.2
Last Updated 2022-12-21
Publish Date 2020-05-26
Rating 4.20/5 Total 30 Ratings
Developer kik0220
Email [email protected]
Payment Type free
Extension Website https://sites.google.com/site/feedlytool
Help Page URL https://groups.google.com/forum/#!forum/feedlytool-support
Supported Languages id,de,en,fr,nl,tr,ca,es,it,lt,hu,pl,pt-BR,pt-PT,sk,sv,cs,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_QUASAR_NAME__",
    "short_name": "__MSG_QUASAR_NAME__",
    "description": "__MSG_QUASAR_DESCRIPTION__",
    "version": "1.2.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_QUASAR_NAME__",
        "default_icon": {
            "16": "images\/16.png",
            "19": "images\/19.png",
            "38": "images\/38.png"
        }
    },
    "content_scripts": [
        {
            "css": [
                "styles\/feedlyTool.css"
            ],
            "matches": [
                "*:\/\/feedly.com\/*"
            ],
            "js": [
                "scripts\/feedlyTool.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "pages\/options.html",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/cloud.feedly.com\/*",
        "https:\/\/feedlytool-php.appspot.com\/*",
        "https:\/\/feedlytool-node.appspot.com\/*",
        "https:\/\/www.google.com\/*",
        "https:\/\/api.diffbot.com\/*"
    ]
}