FeedlyTool

A small tool for Feedly

FeedlyTool란 무엇입니까?

FeedlyTool은(는) kik0220에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A small tool for Feedly"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

FeedlyTool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 FeedlyTool FeedlyTool
ID fednanlonchmiaiekkfgndeecpmihahg
공식 URL https://chrome.google.com/webstore/detail/feedlytool/fednanlonchmiaiekkfgndeecpmihahg
설명 A small tool for Feedly
파일 크기 64.25 KB
설치 횟수 1,912
현재 버전 1.2.2
최근 업데이트 2022-12-21
출시 날짜 2020-05-26
평점 4.20/5 총 30 개의 평점
개발자 kik0220
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sites.google.com/site/feedlytool
도움말 페이지 URL https://groups.google.com/forum/#!forum/feedlytool-support
지원되는 언어 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\/*"
    ]
}