FeedlyTool

A small tool for Feedly

Cos'è FeedlyTool?

FeedlyTool è un'estensione di Chrome sviluppata da kik0220, e la sua funzione principale è "A small tool for Feedly".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione FeedlyTool

Scarica i file di estensione FeedlyTool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome FeedlyTool FeedlyTool
ID fednanlonchmiaiekkfgndeecpmihahg
URL Ufficiale https://chrome.google.com/webstore/detail/feedlytool/fednanlonchmiaiekkfgndeecpmihahg
Descrizione A small tool for Feedly
Dimensione del File 64.25 KB
Conteggio Installazioni 1,912
Versione Corrente 1.2.2
Ultimo Aggiornamento 2022-12-21
Data di Pubblicazione 2020-05-26
Valutazione 4.20/5 Totale 30 Valutazioni
Sviluppatore kik0220
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sites.google.com/site/feedlytool
URL della Pagina di Aiuto https://groups.google.com/forum/#!forum/feedlytool-support
Lingue Supportate 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\/*"
    ]
}